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

compatibility fixes, crashing tests

include/my_sys.h:
  sol9x86, sunfire100b, qnx compatibility
mysql-test/t/rpl_rotate_logs.test:
  fix the test
sql/ha_innodb.cc:
  don't bother
sql/handler.cc:
  few more ways to crash mysqld :)
sql/handler.h:
  gdb/safemalloc workaround
sql/log.cc:
  rotate a binlog on heuristic recover
sql/mysqld.cc:
  rotate a binlog on heuristic recover
This commit is contained in:
unknown
2005-02-22 15:22:37 +01:00
parent 17cca96ec9
commit 7caef7f4aa
7 changed files with 28 additions and 9 deletions

View File

@ -174,6 +174,7 @@ while ($1)
--enable_query_log
commit;
drop table t1;
--replace_result "xid=373" "xid=146"
show binlog events in 'master-bin.000001';
show binlog events in 'master-bin.000002';