mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 11:57:38 +02:00
Merge branch '10.0' into 10.1
referenced_by_foreign_key2(), needed for InnoDB to compile, was taken from 10.0-galera
This commit is contained in:
commit
530a6e7481
361 changed files with 9482 additions and 4583 deletions
|
|
@ -5,7 +5,7 @@ Warning 1266 Using storage engine MyISAM for table 't1'
|
|||
DROP TABLE t1;
|
||||
INSTALL PLUGIN archive SONAME 'ha_archive.so';
|
||||
INSTALL PLUGIN ARCHIVE SONAME 'ha_archive.so';
|
||||
ERROR HY000: Function 'ARCHIVE' already exists
|
||||
ERROR HY000: Plugin 'ARCHIVE' already installed
|
||||
UNINSTALL PLUGIN archive;
|
||||
INSTALL PLUGIN archive SONAME 'ha_archive.so';
|
||||
CREATE TABLE t1(a int) ENGINE=ARCHIVE;
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ DROP TABLE t1;
|
|||
--replace_regex /\.dll/.so/
|
||||
eval INSTALL PLUGIN archive SONAME '$HA_ARCHIVE_SO';
|
||||
--replace_regex /\.dll/.so/
|
||||
--error 1125
|
||||
--error ER_PLUGIN_INSTALLED
|
||||
eval INSTALL PLUGIN ARCHIVE SONAME '$HA_ARCHIVE_SO';
|
||||
|
||||
UNINSTALL PLUGIN archive;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue