mirror of
https://github.com/MariaDB/server.git
synced 2025-09-05 08:04:25 +03:00
12 lines
411 B
Plaintext
12 lines
411 B
Plaintext
--- r/constraints.result 2011-12-13 12:00:39.000000000 +0100
|
|
+++ r/constraints.reject 2012-02-10 15:16:24.000000000 +0100
|
|
@@ -25,7 +25,7 @@
|
|
UNIQUE KEY `constraint_1` (`a`),
|
|
UNIQUE KEY `key_1` (`a`),
|
|
UNIQUE KEY `key_2` (`a`)
|
|
-) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
|
+) ENGINE=PBXT DEFAULT CHARSET=latin1
|
|
drop table t1;
|
|
drop table if exists t_illegal;
|
|
create table t_illegal (a int, b int, check a>b);
|