1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00
checkpoint.
does not compile.
This commit is contained in:
Sergei Golubchik
2010-11-25 18:17:28 +01:00
2732 changed files with 867504 additions and 20901 deletions

View File

@ -67,12 +67,14 @@ connection conn1;
-- disable_result_log
-- disable_query_log
begin;
let $1 = 4096;
while ($1)
{
eval insert into t1 values ($1);
dec $1;
}
commit;
-- enable_query_log
-- enable_result_log
@ -265,6 +267,8 @@ connection con1;
let $ID= `select connection_id()`;
let $tab_count= 40;
--disable_query_log
begin;
let $i= $tab_count;
while ($i)
{
@ -272,6 +276,8 @@ while ($i)
eval INSERT INTO t$i VALUES (1),(2),(3),(4),(5),(6),(7);
dec $i ;
}
commit;
--enable_query_log
set session optimizer_search_depth=0;
let $i=$tab_count;