mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
another order by fix for ndb
This commit is contained in:
@ -45,7 +45,7 @@ select '------ simple select tests ------' as test_sequence ;
|
||||
|
||||
##### many column types, but no parameter
|
||||
# heavy modified case derived from client_test.c: test_func_fields()
|
||||
prepare stmt1 from ' select * from t9 ' ;
|
||||
prepare stmt1 from ' select * from t9 order by c1 ' ;
|
||||
--enable_metadata
|
||||
execute stmt1;
|
||||
--disable_metadata
|
||||
|
Reference in New Issue
Block a user