mariadb/mysql-test/extra
guilhem@gbichot3.local 1cc3c80070 fixes after merge. Updates to test's results.
We now reset the THD members related to auto_increment+binlog in
MYSQL_LOG::write(). This is better than in THD::cleanup_after_query(),
which was not able to distinguish between SELECT myfunc1(),myfunc2()
and INSERT INTO t SELECT myfunc1(),myfunc2() from a binlogging point
of view.
Rows_log_event::exec_event() now calls lex_start() instead of
mysql_init_query() because the latter now does too much (it resets
the binlog format).
2006-07-10 18:41:03 +02:00
..
binlog_tests Merge gbichot3.local:/home/mysql_src/mysql-5.1-interval-move-next-insert-id 2006-07-09 22:50:02 +02:00
rpl_tests fixes after merge. Updates to test's results. 2006-07-10 18:41:03 +02:00