summaryrefslogtreecommitdiff
path: root/mysql-test/r/innodb_mysql.result
diff options
context:
space:
mode:
authorunknown <gshchepa/uchum@host.loc>2008-02-07 04:14:50 +0400
committerunknown <gshchepa/uchum@host.loc>2008-02-07 04:14:50 +0400
commit5cf3f53e420d185b0a3beec83154d514c3b32deb (patch)
treeb83c4fc598ce6e690895bf90d8b19bea12cd1c2d /mysql-test/r/innodb_mysql.result
parente30a0dda8f322aa8714caf6d6de6d583e51809f1 (diff)
downloadmariadb-git-5cf3f53e420d185b0a3beec83154d514c3b32deb.tar.gz
Fixed bug#34223: Failure on assignment to my_innodb_autoextend_increment
and my_innodb_commit_concurrency global variables. Type of the my_innodb_autoextend_increment and the my_innodb_commit_concurrency variables has been changed to GET_ULONG. mysql-test/r/variables.result: Added test case for bug#34223. mysql-test/t/variables.test: Added test case for bug#34223. sql/mysqld.cc: Fixed bug#34223. Last update of the getopt_ull_limit_value function introduced a sanity check for a variable type (only GET_UINT or GET_ULONG are valid types). However, my_innodb_autoextend_increment and my_innodb_commit_concurrency are declared as GET_LONG. Call stack is: sys_var_long_ptr_global::update() fix_unsigned() getopt_ull_limit_value() Type of the my_innodb_autoextend_increment and the my_innodb_commit_concurrency variables has been changed to GET_ULONG.
Diffstat (limited to 'mysql-test/r/innodb_mysql.result')
0 files changed, 0 insertions, 0 deletions