mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
mysql-test/r/order_by.result fixed for new test
sql/field.cc ORDER BY bug fixed mysql-test/r/order_by.result: fixed for new test sql/field.cc: ORDER BY bug fixed
This commit is contained in:
parent
99f49c3c96
commit
8046201101
2 changed files with 4 additions and 1 deletions
|
@ -108,3 +108,6 @@ DateOfAction TransactionID
|
|||
1999-07-27 832
|
||||
1999-07-27 834
|
||||
1999-07-27 840
|
||||
member_id nickname voornaam
|
||||
1
|
||||
2
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue