diff options
author | unknown <holyfoot/hf@mysql.com/hfmain.(none)> | 2007-11-13 12:10:22 +0400 |
---|---|---|
committer | unknown <holyfoot/hf@mysql.com/hfmain.(none)> | 2007-11-13 12:10:22 +0400 |
commit | cdc0aec2ea063925a20dcbc9163aa3418ae85dc0 (patch) | |
tree | 52154e57bf0027d27304a138d4acca89ff223c50 /mysql-test/t/overflow.test | |
parent | b61146e1f6cb24ecf6b56a199abb13be5e4e7a8e (diff) | |
download | mariadb-git-cdc0aec2ea063925a20dcbc9163aa3418ae85dc0.tar.gz |
Bug #31960 All embedded test crash
Crash happens as a result of NO_EMBEDDED_ACCESS_CHECKS option
(which is default for embedded server).
check_table_access failed on using unintialized structure.
Better solutions here is to disable that code completely in this case.
Though the crash happens only in 6.0 i belive it's good to do it in 5.1
sql/mysql_priv.h:
Bug #31960 All embedded test crash.
Access check functions from sql_parse.cc defined as FALSE if
NO_EMBEDDED_ACCESS_CHECKS
sql/sql_parse.cc:
Bug #31960 All embedded test crash.
Implementation of access checkings functions #ifdefed out for
NO_EMBEDDED_ACCESS_CHECKS
Diffstat (limited to 'mysql-test/t/overflow.test')
0 files changed, 0 insertions, 0 deletions