mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Starting state renamed.
This commit is contained in:
@ -375,6 +375,6 @@ select state from information_schema.profiling where seq=1 order by query_id des
|
|||||||
state
|
state
|
||||||
continuing
|
continuing
|
||||||
continuing
|
continuing
|
||||||
initializing
|
starting
|
||||||
set session profiling = OFF;
|
set session profiling = OFF;
|
||||||
End of 5.0 tests
|
End of 5.0 tests
|
||||||
|
@ -197,7 +197,7 @@ drop function if exists f1;
|
|||||||
|
|
||||||
# Multiple queries in one packet.
|
# Multiple queries in one packet.
|
||||||
--eval select 1; select 2; select 3;
|
--eval select 1; select 2; select 3;
|
||||||
# two continuations, one initialization
|
# two continuations, one starting
|
||||||
select state from information_schema.profiling where seq=1 order by query_id desc limit 3;
|
select state from information_schema.profiling where seq=1 order by query_id desc limit 3;
|
||||||
|
|
||||||
## last thing in the file
|
## last thing in the file
|
||||||
|
Reference in New Issue
Block a user