mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge mysql.com:/home/alexi/mysql-5.0
into mysql.com:/home/alexi/innodb/mysql-5.0-ss492
This commit is contained in:
@@ -617,7 +617,7 @@ dict_load_indexes(
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (rec_get_deleted_flag(rec, table->comp)) {
|
if (rec_get_deleted_flag(rec, 0)) {
|
||||||
dict_load_report_deleted_index(table->name,
|
dict_load_report_deleted_index(table->name,
|
||||||
ULINT_UNDEFINED);
|
ULINT_UNDEFINED);
|
||||||
|
|
||||||
|
1
mysql-test/r/innodb_mysql.result
Normal file
1
mysql-test/r/innodb_mysql.result
Normal file
@@ -0,0 +1 @@
|
|||||||
|
drop table if exists t1;
|
@@ -1,3 +1,16 @@
|
|||||||
|
#######################################################################
|
||||||
|
# #
|
||||||
|
# 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). #
|
||||||
|
# #
|
||||||
|
#######################################################################
|
||||||
|
|
||||||
-- source include/have_innodb.inc
|
-- source include/have_innodb.inc
|
||||||
|
|
||||||
#
|
#
|
||||||
|
5
mysql-test/t/innodb_mysql.test
Normal file
5
mysql-test/t/innodb_mysql.test
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
-- source include/have_innodb.inc
|
||||||
|
|
||||||
|
--disable_warnings
|
||||||
|
drop table if exists t1;
|
||||||
|
--enable_warnings
|
Reference in New Issue
Block a user