diff options
author | Bjorn Munch <bjorn.munch@oracle.com> | 2011-09-26 10:27:54 +0200 |
---|---|---|
committer | Bjorn Munch <bjorn.munch@oracle.com> | 2011-09-26 10:27:54 +0200 |
commit | abbc47f5c4a1faaaab7ff0869ae4ad94bf2fba17 (patch) | |
tree | c2887c7a28838af61fbd67d65ce138a082e7b5db /storage/csv/ha_tina.cc | |
parent | 08e25cb93f63242dc5b3194ef14c4091207227de (diff) | |
parent | cbde5cb8832b0345dbef254698b7957ea831edaa (diff) | |
download | mariadb-git-abbc47f5c4a1faaaab7ff0869ae4ad94bf2fba17.tar.gz |
merge from 5.5 main
Diffstat (limited to 'storage/csv/ha_tina.cc')
-rw-r--r-- | storage/csv/ha_tina.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/storage/csv/ha_tina.cc b/storage/csv/ha_tina.cc index 1cca9c4e686..ba468c53716 100644 --- a/storage/csv/ha_tina.cc +++ b/storage/csv/ha_tina.cc @@ -1766,7 +1766,8 @@ mysql_declare_plugin(csv) 0x0100 /* 1.0 */, NULL, /* status variables */ NULL, /* system variables */ - NULL /* config options */ + NULL, /* config options */ + 0, /* flags */ } mysql_declare_plugin_end; |