diff options
author | Mattias Jonsson <mattias.jonsson@sun.com> | 2008-10-29 21:30:04 +0100 |
---|---|---|
committer | Mattias Jonsson <mattias.jonsson@sun.com> | 2008-10-29 21:30:04 +0100 |
commit | b52aa0a79217eb71f41ea96080736504da41b318 (patch) | |
tree | ee958ffd063d232ebef52499e6017b23e7e4df51 /sql/handler.h | |
parent | 3e85defa867bacf1d2705e0ccb267d2b40baa025 (diff) | |
parent | 8f64bf94adef5d65e670c342cda81156137bdcaf (diff) | |
download | mariadb-git-b52aa0a79217eb71f41ea96080736504da41b318.tar.gz |
merge
Diffstat (limited to 'sql/handler.h')
-rw-r--r-- | sql/handler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/handler.h b/sql/handler.h index b7d4d689d40..1b3945d9287 100644 --- a/sql/handler.h +++ b/sql/handler.h @@ -1738,7 +1738,7 @@ public: if (ht->alter_table_flags) return ht->alter_table_flags(flags); return 0; - } + } protected: /* Service methods for use by storage engines. */ |