mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 11:31:51 +01:00
Starting state renamed.
This commit is contained in:
parent
1426320008
commit
aaeef3710c
2 changed files with 2 additions and 2 deletions
|
@ -375,6 +375,6 @@ select state from information_schema.profiling where seq=1 order by query_id des
|
|||
state
|
||||
continuing
|
||||
continuing
|
||||
initializing
|
||||
starting
|
||||
set session profiling = OFF;
|
||||
End of 5.0 tests
|
||||
|
|
|
@ -197,7 +197,7 @@ drop function if exists f1;
|
|||
|
||||
# Multiple queries in one packet.
|
||||
--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;
|
||||
|
||||
## last thing in the file
|
||||
|
|
Loading…
Add table
Reference in a new issue