From 6ad4e30495b915ec9e7a3f1774f9e5993e9cf00c Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 30 Jan 2001 20:40:23 -0700 Subject: 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 --- mysql-test/t/rpl000017.test | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mysql-test/t/rpl000017.test') diff --git a/mysql-test/t/rpl000017.test b/mysql-test/t/rpl000017.test index c93d861bec8..d695561b671 100644 --- a/mysql-test/t/rpl000017.test +++ b/mysql-test/t/rpl000017.test @@ -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; -- cgit v1.2.1