1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

mysql-test/r/flush_block_commit.result

correct result after bugfix
sql/sql_class.cc
    initialize net.query_cache_query


mysql-test/r/flush_block_commit.result:
  correct result after bugfix
sql/sql_class.cc:
  initialize net.query_cache_query
sql/sql_yacc.yy:
  oops
This commit is contained in:
unknown
2005-04-12 23:08:19 +02:00
parent b59dc1e860
commit 70d8ae0171
3 changed files with 6 additions and 4 deletions

View File

@ -48,7 +48,7 @@ master-bin.000001 98
commit;
show master status;
File Position Binlog_Do_DB Binlog_Ignore_DB
master-bin.000001 276
master-bin.000001 98
unlock tables;
drop table t1;
set autocommit=1;