mirror of
https://github.com/MariaDB/server.git
synced 2025-01-26 08:44:33 +01:00
22c52efbd4
fix to make table.cc compile mysql-test/mysql-test-run.sh: explictily state empty password for slave thread mysql-test/t/rpl000017-slave.sh: test oversized passwords for slave mysql-test/t/rpl000017.test: test oversized passwords sql/table.cc: fix to make it compile
9 lines
148 B
Bash
Executable file
9 lines
148 B
Bash
Executable file
cat > $MYSQL_TEST_DIR/var/slave-data/master.info <<EOF
|
|
master-bin.001
|
|
4
|
|
127.0.0.1
|
|
replicate
|
|
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
|
9306
|
|
1
|
|
EOF
|