History
Log In
h
ome
b
rowse project
f
ind issues
Q
uick Search:
Learn more about
Quick Search
Issue Details
(
XML
|
Word
|
Printable
)
Key:
CORE-2242
Type:
Bug
Status:
Closed
Resolution:
Fixed
Priority:
Major
Assignee:
Alexander Peshkov
Reporter:
Alexander Peshkov
Votes:
0
Watchers:
0
Operations
If you were
logged in
you would be able to see more operations.
Firebird Core
Engine incorrectly fills BPB
Created:
15/Dec/08 01:45 PM
Updated:
26/Jan/09 11:40 AM
Component/s:
None
Affects Version/s:
2.1.0, 2.5 Alpha 1, 2.1.1
Fix Version/s:
2.1.2
,
2.5 Beta 1
Time Tracking:
Not Specified
Environment:
Any big endian machine
Planning Status:
Unspecified
Description
« Hide
put_short() is used to put integers into BPB, but it puts then not in VAX format, it's using machine-specific format instead
Description
put_short() is used to put integers into BPB, but it puts then not in VAX format, it's using machine-specific format instead
Show »
All
Comments
Work Log
Change History
Version Control
Subversion Commits
Sort Order:
[
Permalink
|
« Hide
]
Alexander Peshkov
added a comment -
15/Dec/08 03:01 PM
put_vax_short() should be used instead
[
Show »
]
Alexander Peshkov
added a comment -
15/Dec/08 03:01 PM
put_vax_short() should be used instead