1. 15 Mar, 2006 1 commit
    • unknown's avatar
      Bug#18250 (Truncate table replicate both as statement and as individual · afab172a
      unknown authored
                 rows for SEs using injector):
      Table truncation ("DELETE FROM t1" and "TRUNCATE t1") was logged as
      a statement even when the storage engine deletes the rows individually
      using the injector.
      
      
      sql/sql_delete.cc:
        Don't log a truncate statement if the storage engine is using the injector.
      afab172a
  2. 13 Mar, 2006 39 commits