Bug #26193 Assertion fails in my_tz_select()
Submitted: 8 Feb 2007 19:26 Modified: 25 Jun 2007 14:17
Reporter: Rafal Somla Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Server: Replication Severity:S3 (Non-critical)
Version:5.1-bk OS:Any
Assigned to: Ramil Kalimullin CPU Architecture:Any

[8 Feb 2007 19:26] Rafal Somla
Description:
This was originally reported as part of BUG#20929.

Assertion

   DBUG_ASSERT(!time_zone_tables_exist ||
               tz_tables ||
               current_thd->slave_thread);

in my_tz_select() fails when reading a BINLOG with INSERT statment containing NOW() function.

How to repeat:
1. On master: create a db, create a table in it, insert NOW() 
   into table, drop database.
2. Dump created binlog with --base64-output option and 
   pipe it to mysqld.