Commit 49fe7a29 authored by unknown's avatar unknown

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
parent 7a92617d
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment