mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
MDEV-14900 Upstream 10.3 debian patches
applied (at least partially): * armhf_mroonga_storage_fail.patch (unaligned write) * mysqld_multi.server_lsb-header.patch (add LSB header) * fix-spelling-errors.patch (tabxml.cpp) * hurd_socket.patch (in Platform.pm) * remove-systemd-obsolete-target.patch
This commit is contained in:
@ -25,7 +25,7 @@ ALTER TABLE t1 ADD FULLTEXT INDEX idx_1 (a);
|
||||
ALTER TABLE t1 ADD FULLTEXT INDEX idx_2 (b);
|
||||
EVAL SHOW CREATE TABLE t1;
|
||||
|
||||
# check mutiple index with transaction
|
||||
# check multiple index with transaction
|
||||
START TRANSACTION;
|
||||
# Insert rows
|
||||
INSERT INTO t1 (a,b) VALUES
|
||||
|
Reference in New Issue
Block a user