676f43da3a
cleanup: don't ---replace_regex /#sql-.*/#sql-temporary/
...
no longer needed
2019-02-05 01:34:17 +01:00
bf2e31500c
MDEV-8569 build_table_filename() doesn't support temporary tables.
...
Temporary tables support added for RENAME and ALTER TABLE.
2016-07-18 11:50:08 +04:00
006ffca56e
after-merge fixes
2015-08-04 23:40:25 +02:00
9a5787db51
Merge commit '96badb16afcf' into 10.0
...
Conflicts:
client/mysql_upgrade.c
mysql-test/r/func_misc.result
mysql-test/suite/binlog/r/binlog_stm_mix_innodb_myisam.result
mysql-test/suite/innodb/r/innodb-fk.result
mysql-test/t/subselect_sj_mat.test
sql/item.cc
sql/item_func.cc
sql/log.cc
sql/log_event.cc
sql/rpl_utility.cc
sql/slave.cc
sql/sql_class.cc
sql/sql_class.h
sql/sql_select.cc
storage/innobase/dict/dict0crea.c
storage/innobase/dict/dict0dict.c
storage/innobase/handler/ha_innodb.cc
storage/xtradb/dict/dict0crea.c
storage/xtradb/dict/dict0dict.c
storage/xtradb/handler/ha_innodb.cc
vio/viosslfactories.c
2015-08-03 23:09:43 +03:00
fa765a4525
MDEV-6697: Improve foreign keys warnings/errors
...
There is several different ways to incorrectly define
foreign key constraint. In many cases earlier MariaDB
versions the error messages produced by these cases
are not very clear and helpful. This patch improves
the warning messages produced by foreign key parsing.
2015-07-31 08:59:13 +03:00
e05cd97b8a
MDEV-8524: Improve error messaging when there is duplicate key or foreign key names
...
Added better error message that will be printed when foreign key
constraint name in create table is not unique in database.
2015-07-31 08:59:13 +03:00