mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
10 lines
141 B
Text
10 lines
141 B
Text
select * from t9 order by a;
|
|
a b
|
|
1 2
|
|
2 3
|
|
3 4
|
|
4 5
|
|
show status like 'handler_discover%';
|
|
Variable_name Value
|
|
Handler_discover 1
|
|
drop table t9;
|