1
0
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:
unknown
2004-10-11 20:58:48 +00:00
parent 1073271b1c
commit 910e7daa94
7 changed files with 9 additions and 9 deletions

View File

@ -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