mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
merge of 5.1-main into 5.1-maria. Myisam->Maria change propagation will follow.
There were so many changes into mtr (this is the new mtr coming) that I rather copied mtr from 6.0-main here (at least this one knows how to run Maria tests). I also fixed suite/maria tests to be accepted by the new mtr. mysys/thr_mutex.c: adding DBUG_PRINT here, so that we can locate where the warning is issued.
This commit is contained in:
@@ -1803,6 +1803,7 @@ t2 CREATE TABLE `t2` (
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
||||
|
||||
DROP TABLE t2;
|
||||
DROP TABLE t1;
|
||||
|
||||
# -- End of test case for Bug#21380.
|
||||
|
||||
@@ -1890,5 +1891,7 @@ c1 c2
|
||||
DROP TABLE t1;
|
||||
|
||||
# -- End of Bug#34274
|
||||
create table `me:i`(id int);
|
||||
drop table `me:i`;
|
||||
|
||||
End of 5.1 tests
|
||||
|
Reference in New Issue
Block a user