mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
11 lines
130 B
Text
11 lines
130 B
Text
|
select * from t9;
|
||
|
a b
|
||
|
2 3
|
||
|
4 5
|
||
|
3 4
|
||
|
1 2
|
||
|
show status like 'handler_discover%';
|
||
|
Variable_name Value
|
||
|
Handler_discover 1
|
||
|
drop table t9;
|