mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
test oversized password
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
This commit is contained in:
parent
bf1f8fd3eb
commit
22c52efbd4
4 changed files with 6 additions and 3 deletions
|
|
@ -2,6 +2,8 @@ connect (master,localhost,root,,test,0,mysql-master.sock);
|
|||
connect (slave,localhost,root,,test,0,mysql-slave.sock);
|
||||
connection master;
|
||||
reset master;
|
||||
grant file on *.* to replicate@localhost identified by
|
||||
'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa';
|
||||
connection slave;
|
||||
slave start;
|
||||
connection master;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue