1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fix order by

This commit is contained in:
joreland@mysql.com
2004-08-27 14:15:47 +02:00
parent e85ce08901
commit f33207ac8d
2 changed files with 3 additions and 3 deletions

View File

@ -50,7 +50,7 @@ flush tables;
system rm var/master-data/test/t1.frm ;
update t1 set name="Autodiscover" where id = 2;
show status like 'handler_discover%';
select * from t1 order by name;
select * from t1 order by id;
show status like 'handler_discover%';
#