2014年4月11日

InnoDB Plugin文件格式(概述)

摘要: 本文将介绍InnoDB Plugin数据表格式的基本概念。1. 配置参数innodb_file_format这是一个很容易混淆的概念。目前,在InnoDB Plugin(1.0.6)配置文件中innodb_file_format支持两种:Antelope/ˈæntɪləʊp/、Barracuda/ˌbærəˈkjuːdə/。他们分别是两种文件格式的代号,在未来版本中,InnoDB将继续延续这种代号机制,它们会是Antelope, Barracuda, Cheetah, Dragon, Elk, Fox等等。Antelope是Built-in-InnoDB(MySQL内置的I 阅读全文

posted @ 2014-04-11 21:27 Still water run deep 阅读(520) 评论(0) 推荐(0) 编辑

innodb_strict_mode

摘要: Wheninnodb_strict_modeisON,InnoDBreturns errors rather than warnings for certain conditions. The default value isOFF.Strict modehelps guard against ignored typos and syntax errors in SQL, or other unintended consequences of various combinations of operational modes and SQL statements. Wheninnodb_str 阅读全文

posted @ 2014-04-11 21:10 Still water run deep 阅读(1905) 评论(0) 推荐(0) 编辑

导航