diff options
author | unknown <jimw@mysql.com> | 2005-03-11 12:46:11 -0800 |
---|---|---|
committer | unknown <jimw@mysql.com> | 2005-03-11 12:46:11 -0800 |
commit | a2487c19c234b671837e12f15eb2d8311c5e2b26 (patch) | |
tree | d6b326da0e5ec5404148fa62d6084d33bccfaca6 /sql/mysql_priv.h | |
parent | b1e512128ba2d58252593f042b60e0477a7614e8 (diff) | |
parent | 4605a107ae8af498ef8d8fb7769b826cc7e93462 (diff) | |
download | mariadb-git-a2487c19c234b671837e12f15eb2d8311c5e2b26.tar.gz |
Merge mysql.com:/home/jimw/my/mysql-5.0-8902
into mysql.com:/home/jimw/my/mysql-5.0-clean
sql/mysql_priv.h:
Auto merged
Diffstat (limited to 'sql/mysql_priv.h')
-rw-r--r-- | sql/mysql_priv.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/mysql_priv.h b/sql/mysql_priv.h index 7e58f7bf728..353001bf8b3 100644 --- a/sql/mysql_priv.h +++ b/sql/mysql_priv.h @@ -299,6 +299,10 @@ extern CHARSET_INFO *national_charset_info, *table_alias_charset; use strictly more than 64 bits by adding one more define above, you should contact the replication team because the replication code should then be updated (to store more bytes on disk). + + NOTE: When adding new SQL_MODE types, make sure to also add them to + ../scripts/mysql_create_system_tables.sh and + ../scripts/mysql_fix_privilege_tables.sql */ #define RAID_BLOCK_SIZE 1024 |