mirror of
https://github.com/MariaDB/server.git
synced 2025-05-07 04:01:59 +03:00
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
10 lines
148 B
Bash
Executable File
10 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
|