diff options
author | Sergei Golubchik <serg@mariadb.org> | 2018-05-02 15:16:22 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2018-05-12 10:16:45 +0200 |
commit | bbf5cf4ddf1b5fe6f5c8604ce57502b9e12a7088 (patch) | |
tree | 26790ae7a9d457f97172726b36b03543f5b00fc4 /sql/sys_vars.ic | |
parent | 735203e6de5c6db5fb7fcd09f908ce45ee992d7d (diff) | |
download | mariadb-git-bbf5cf4ddf1b5fe6f5c8604ce57502b9e12a7088.tar.gz |
cleanup: sys_vars.cc
remove the redundant declaration tail
Diffstat (limited to 'sql/sys_vars.ic')
-rw-r--r-- | sql/sys_vars.ic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sys_vars.ic b/sql/sys_vars.ic index 750ecc7fce6..c9ada2d33c2 100644 --- a/sql/sys_vars.ic +++ b/sql/sys_vars.ic @@ -325,7 +325,7 @@ public: Class specific constructor arguments: char* values[] - 0-terminated list of strings of valid values - Backing store: uint + Backing store: ulong @note Do *not* use "enum FOO" variables as a backing store, there is no |