diff options
author | unknown <knielsen@knielsen-hq.org> | 2013-04-16 17:36:40 +0200 |
---|---|---|
committer | unknown <knielsen@knielsen-hq.org> | 2013-04-16 17:36:40 +0200 |
commit | 0508f766b44fc669fbdb353a372b56b1c8e4a588 (patch) | |
tree | 3eb66033558a18d30520b04b18e23303118d21c4 /sql/sys_vars.h | |
parent | 82eedf4e9745aa570b88b225941120475f9f74c9 (diff) | |
download | mariadb-git-0508f766b44fc669fbdb353a372b56b1c8e4a588.tar.gz |
Fixes for stuff seen in buildbot:
- Fix embedded build
- Backport disable of fallocate, it creates too short ibdata1
when used with O_DIRECT on old kernels
- Do not disable innodb during .deb install, we need it for
mysql.rpl_slave_state table.
Diffstat (limited to 'sql/sys_vars.h')
-rw-r--r-- | sql/sys_vars.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sys_vars.h b/sql/sys_vars.h index f8b6537453c..8a92f22f3c2 100644 --- a/sql/sys_vars.h +++ b/sql/sys_vars.h @@ -552,6 +552,7 @@ protected: } }; +class Master_info; class Sys_var_rpl_filter: public sys_var { private: |