Merge from mysql-trunk-build.
This commit is contained in:
commit
12a4514274
@ -10,7 +10,7 @@ AC_CANONICAL_SYSTEM
|
|||||||
#
|
#
|
||||||
# When changing major version number please also check switch statement
|
# When changing major version number please also check switch statement
|
||||||
# in client/mysqlbinlog.cc:check_master_version().
|
# in client/mysqlbinlog.cc:check_master_version().
|
||||||
AM_INIT_AUTOMAKE(mysql, 5.4.2-beta)
|
AM_INIT_AUTOMAKE(mysql, 5.4.3-beta)
|
||||||
AM_CONFIG_HEADER([include/config.h:config.h.in])
|
AM_CONFIG_HEADER([include/config.h:config.h.in])
|
||||||
|
|
||||||
PROTOCOL_VERSION=10
|
PROTOCOL_VERSION=10
|
||||||
|
@ -23,7 +23,7 @@ EXTRA_DIST = $(man1_MANS) $(man8_MANS)
|
|||||||
|
|
||||||
# "make_win_*" are not needed in Unix binary packages,
|
# "make_win_*" are not needed in Unix binary packages,
|
||||||
install-data-hook:
|
install-data-hook:
|
||||||
rm -f $(DESTDIR)$(manlibdir)/man1/make_win_*
|
rm -f $(DESTDIR)$(mandir)/man1/make_win_*
|
||||||
|
|
||||||
# Don't update the files from bitkeeper
|
# Don't update the files from bitkeeper
|
||||||
%::SCCS/s.%
|
%::SCCS/s.%
|
||||||
|
@ -863,6 +863,7 @@ error_handling:
|
|||||||
indexed_table->n_mysql_handles_opened++;
|
indexed_table->n_mysql_handles_opened++;
|
||||||
|
|
||||||
error = row_merge_drop_table(trx, innodb_table);
|
error = row_merge_drop_table(trx, innodb_table);
|
||||||
|
innodb_table = indexed_table;
|
||||||
goto convert_error;
|
goto convert_error;
|
||||||
|
|
||||||
case DB_TOO_BIG_RECORD:
|
case DB_TOO_BIG_RECORD:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user