mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
55b96d2708
fix two #if MYSQL_VERSION_ID > 100105
8 lines
238 B
Text
8 lines
238 B
Text
include/master-slave.inc
|
|
[connection master]
|
|
create table t1 (a int) engine=myisam;
|
|
flush tables;
|
|
drop table if exists t1;
|
|
Warnings:
|
|
Warning 1017 Can't find file: './test/t1.MYI' (errno: 2 "No such file or directory")
|
|
include/rpl_end.inc
|