diff options
author | unknown <kostja@bodhi.(none)> | 2007-08-16 19:52:55 +0400 |
---|---|---|
committer | unknown <kostja@bodhi.(none)> | 2007-08-16 19:52:55 +0400 |
commit | 68977b8cb0acb719195e1f730e3ca7d18f07d0c3 (patch) | |
tree | 0ca73bf5cd80f4cfd898394ea13014f0620361c2 /sql/log_event.h | |
parent | a2d800689172e4074ce8624b58ab254a44067880 (diff) | |
download | mariadb-git-68977b8cb0acb719195e1f730e3ca7d18f07d0c3.tar.gz |
Doxygen warnings.
Diffstat (limited to 'sql/log_event.h')
-rw-r--r-- | sql/log_event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/log_event.h b/sql/log_event.h index e22a9785736..9db1d117ff6 100644 --- a/sql/log_event.h +++ b/sql/log_event.h @@ -435,7 +435,7 @@ struct sql_ex_info ((ULL(1) << 14) | (ULL(1) << 26) | (ULL(1) << 27) | (ULL(1) << 19)) #if OPTIONS_WRITTEN_TO_BIN_LOG != EXPECTED_OPTIONS -#error OPTIONS_WRITTEN_TO_BIN_LOG must NOT change their values! +#error 1 #endif #undef EXPECTED_OPTIONS /* You shouldn't use this one */ |