i checked my binary log and find the unsafe SQL still log use SBS
but my log format is mixed,why?
#120405 9:15:46 server id 5551 end_log_pos 3817 Query thread_id=81681 exec_time=25 error_code=0
SET TIMESTAMP=1333588546/*!*/;
INSERT INTO toocle_news_base.news_cate1 SET `nid` = '6630489',`category` = '4511', post_time = now()
/*!*/;
mysql> show variables like 'binlog_format';
+---------------+-------+
| Variable_name | Value |
+---------------+-------+
| binlog_format | MIXED |
+---------------+-------+
1 row in set (0.00 sec)
but my log format is mixed,why?
#120405 9:15:46 server id 5551 end_log_pos 3817 Query thread_id=81681 exec_time=25 error_code=0
SET TIMESTAMP=1333588546/*!*/;
INSERT INTO toocle_news_base.news_cate1 SET `nid` = '6630489',`category` = '4511', post_time = now()
/*!*/;
mysql> show variables like 'binlog_format';
+---------------+-------+
| Variable_name | Value |
+---------------+-------+
| binlog_format | MIXED |
+---------------+-------+
1 row in set (0.00 sec)
Comment