Merge with 5.1

This commit is contained in:
Michael Widenius 2012-03-28 13:49:07 +03:00
commit 3bc932ec17
12 changed files with 92 additions and 15 deletions

View file

@ -1102,7 +1102,7 @@ public:
virtual int check(THD* thd, HA_CHECK_OPT *check_opt);
virtual int repair(THD* thd, HA_CHECK_OPT *check_opt);
virtual bool check_and_repair(THD *thd);
virtual bool auto_repair() const;
virtual bool auto_repair(int error) const;
virtual bool is_crashed() const;
private: