1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Applied innodb-5.0-ss609 snapshot.

Fixed BUG#19727 "InnoDB crashed server and crashed tables
 are not recoverable".
This commit is contained in:
aivanov@mysql.com
2006-06-06 23:37:42 +04:00
parent 3d18c46372
commit c46b17a731
3 changed files with 25 additions and 11 deletions

View File

@ -2196,3 +2196,16 @@ drop table t2, t1;
#
--error ER_TABLE_CANT_HANDLE_SPKEYS
create table t1 (g geometry not null, spatial gk(g)) engine=innodb;
#######################################################################
# #
# Please, DO NOT TOUCH this file as well as the innodb.result file. #
# These files are to be modified ONLY BY INNOBASE guys. #
# #
# Use innodb_mysql.[test|result] files instead. #
# #
# If nevertheless you need to make some changes here, please, forward #
# your commit message To: dev@innodb.com Cc: dev-innodb@mysql.com #
# (otherwise your changes may be erased). #
# #
#######################################################################