1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Fix for some failing tests.

This commit is contained in:
Nirbhay Choubey
2015-11-16 12:39:56 -05:00
parent c78fc8b1ea
commit f4421c893b
4 changed files with 3 additions and 7 deletions

View File

@ -1,7 +1,4 @@
include/master-slave.inc
Warnings:
Note #### Sending passwords in plain text without SSL/TLS is extremely insecure.
Note #### Storing MySQL user name or password information in the master info repository is not secure and is therefore not recommended. Please consider using the USER and PASSWORD connection options for START SLAVE; see the 'START SLAVE Syntax' in the MySQL Manual for more information.
[connection master]
CREATE TABLE t1 (f1 INTEGER PRIMARY KEY);
CREATE TABLE t2 (f1 INTEGER PRIMARY KEY);
@ -24,5 +21,4 @@ DROP TABLE t3;
DROP TABLE t2;
DROP TABLE t1;
DROP PROCEDURE p1;
include/sync_slave_sql_with_master.inc
include/rpl_end.inc