summaryrefslogtreecommitdiff
path: root/sql/handler.h
diff options
context:
space:
mode:
authorMattias Jonsson <mattias.jonsson@sun.com>2008-10-29 21:30:04 +0100
committerMattias Jonsson <mattias.jonsson@sun.com>2008-10-29 21:30:04 +0100
commitfc74c4d9e5d134c94e5ce9363450e2b7126ae390 (patch)
treeee958ffd063d232ebef52499e6017b23e7e4df51 /sql/handler.h
parent8b1f501c70426cc51a8af0b859efb4dea07fcac5 (diff)
parent65811a336dbde9d09b6ed0b470fa37bd488a7a74 (diff)
downloadmariadb-git-fc74c4d9e5d134c94e5ce9363450e2b7126ae390.tar.gz
merge
Diffstat (limited to 'sql/handler.h')
-rw-r--r--sql/handler.h2
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. */