diff options
author | Michael Widenius <monty@askmonty.org> | 2012-07-06 19:10:18 +0300 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2012-07-06 19:10:18 +0300 |
commit | 5a86a61219826aadf8d08cbc447fe438f2bf50c3 (patch) | |
tree | 35f8a5cd8ac649f18fe0ce0f439997233c5728b4 /storage/innobase/include/row0ins.h | |
parent | f27c26e95a3f40a5adbba714ea233748d52354e4 (diff) | |
download | mariadb-git-5a86a61219826aadf8d08cbc447fe438f2bf50c3.tar.gz |
Fixed wrong error codes from InnoDB/XtraDB that caused %M to give system dependent error messages (for unknown error code)
- InnoDB now returns handler specific HA_WRONG_CREATE_OPTION instead of MySQL specific ER_ILLEGAL_HA_CREATE_OPTION
- This changes the user level error message from "Unknown error" to "Wrong create options"
mysql-test/r/lowercase_table2.result:
Updated result file
mysql-test/r/partition_innodb_plugin.result:
Updated to new error message
mysql-test/r/partition_open_files_limit.result:
Updated result file
mysql-test/r/row-checksum-old.result:
Updated to new error message
mysql-test/r/row-checksum.result:
Updated to new error message
mysql-test/r/symlink.result:
Updated result file
mysql-test/suite/innodb/r/innodb-create-options.result:
Updated to new error message
mysql-test/suite/innodb/r/innodb-zip.result:
Updated to new error message
mysql-test/suite/innodb/r/innodb.result:
Updated to new error message
storage/innobase/handler/ha_innodb.cc:
Return HA_WRONG_CREATE_OPTION instead of ER_ILLEGAL_HA_CREATE_OPTION
This gives more clear and OS indepedent error messages
storage/xtradb/handler/ha_innodb.cc:
Return HA_WRONG_CREATE_OPTION instead of ER_ILLEGAL_HA_CREATE_OPTION
This gives more clear and OS indepedent error messages
Diffstat (limited to 'storage/innobase/include/row0ins.h')
0 files changed, 0 insertions, 0 deletions