mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
fixed bug in SSL code
updated results - now ready to push
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
reset master;
|
||||
grant file on *.* to replicate@localhost identified by 'aaaaaaaaaaaaaaab';
|
||||
grant file on *.* to replicate@127.0.0.1 identified by 'aaaaaaaaaaaaaaab';
|
||||
slave start;
|
||||
drop table if exists t1;
|
||||
create table t1(n int);
|
||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user