diff options
author | cmiller@zippy.cornsilk.net <> | 2007-11-09 18:21:22 -0500 |
---|---|---|
committer | cmiller@zippy.cornsilk.net <> | 2007-11-09 18:21:22 -0500 |
commit | aaeef3710cbf9ab082decc73ada2c4427df6e070 (patch) | |
tree | 6ade5f0fa0998a580b2421beaf1c270aff90d223 /mysql-test/t/profiling.test | |
parent | 1426320008b7d17497d0e3c802ccf9b94c20e032 (diff) | |
download | mariadb-git-aaeef3710cbf9ab082decc73ada2c4427df6e070.tar.gz |
Starting state renamed.
Diffstat (limited to 'mysql-test/t/profiling.test')
-rw-r--r-- | mysql-test/t/profiling.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/profiling.test b/mysql-test/t/profiling.test index b0b56931385..9e73c63a977 100644 --- a/mysql-test/t/profiling.test +++ b/mysql-test/t/profiling.test @@ -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 |