1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Bug #31484 Cluster LOST_EVENTS entry not added to binlog on mysqld restart.

This commit is contained in:
tomas@whalegate.ndb.mysql.com
2007-11-01 15:08:00 +01:00
parent d8eb4cdcb5
commit 9320ec8d16
5 changed files with 37 additions and 16 deletions

View File

@ -1,4 +1,5 @@
drop table if exists t1, t2, t3, t4;
flush status;
drop table if exists t1, t2, t3, t4;
flush status;
create table t1 (a int) engine=ndbcluster;