发布时间:2013-10-22 11:51:57
Read Uncommitted(读取未提交内容) 在该隔离级别,所有事务都可以看到其他未提交事务的执行结果。本隔离级别很少用于实际应用,因为它的性能也不比其他级别好多少。读取未提交的数据,也被称之为脏读(Dirty Read)。用sql举例来表明:点击(此处)折叠或打开.........【阅读全文】
发布时间:2013-10-17 11:10:44
服务器异常关机后重启mysql出现如下错误:131016 9:21:09 [ERROR] Native table 'performance_schema'.'events_waits_history_long' has the wrong structure131016 9:21:09 [ERROR] Native table 'performance_schema'.'setup_consumers' has the wrong structure131016 9:21:09 [ERROR] Native tab.........【阅读全文】