Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
55543081
Commit
55543081
authored
Mar 13, 2001
by
serg@serg.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mysql-test/r/order_by.result fixed for new test
sql/field.cc ORDER BY bug fixed
parent
97fc1cc3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
mysql-test/r/order_by.result
mysql-test/r/order_by.result
+3
-0
sql/field.cc
sql/field.cc
+1
-1
No files found.
mysql-test/r/order_by.result
View file @
55543081
...
...
@@ -108,3 +108,6 @@ DateOfAction TransactionID
1999-07-27 832
1999-07-27 834
1999-07-27 840
member_id nickname voornaam
1
2
sql/field.cc
View file @
55543081
...
...
@@ -223,7 +223,7 @@ Field::Field(char *ptr_arg,uint32 length_arg,uchar *null_ptr_arg,
utype
unireg_check_arg
,
const
char
*
field_name_arg
,
struct
st_table
*
table_arg
)
:
ptr
(
ptr_arg
),
null_ptr
(
null_ptr_arg
),
null_bit
(
null_bit_arg
),
table
(
table_arg
),
query_id
(
0
),
key_start
(
0
),
part_of_key
(
0
),
table
(
table_arg
),
query_id
(
0
),
key_start
(
0
),
part_of_key
(
0
),
part_of_sortkey
(
0
),
table_name
(
table_arg
?
table_arg
->
table_name
:
0
),
field_name
(
field_name_arg
),
unireg_check
(
unireg_check_arg
),
field_length
(
length_arg
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment