diff options
author | unknown <msvensson@pilot.blaudden> | 2007-03-29 14:21:45 +0200 |
---|---|---|
committer | unknown <msvensson@pilot.blaudden> | 2007-03-29 14:21:45 +0200 |
commit | fff440d921738412f6386577ea3aaebdd962a5c5 (patch) | |
tree | 57918ff4783740e29a416b1c3f6852cb266878aa | |
parent | 09f1a84206b08957035aac1a641b4e3db579c88d (diff) | |
download | mariadb-git-fff440d921738412f6386577ea3aaebdd962a5c5.tar.gz |
Update test result after merge
-rw-r--r-- | mysql-test/r/rpl_ignore_table.result | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/r/rpl_ignore_table.result b/mysql-test/r/rpl_ignore_table.result index ce21913c5d4..80cff7c9a1e 100644 --- a/mysql-test/r/rpl_ignore_table.result +++ b/mysql-test/r/rpl_ignore_table.result @@ -30,6 +30,10 @@ create database mysqltest2; create table mysqltest2.t2 (id int); GRANT SELECT ON mysqltest2.t2 TO mysqltest4@localhost IDENTIFIED BY 'pass'; insert into mysql.user (user, host) values ("mysqltest5", "somehost"); +Warnings: +Warning 1364 Field 'ssl_cipher' doesn't have a default value +Warning 1364 Field 'x509_issuer' doesn't have a default value +Warning 1364 Field 'x509_subject' doesn't have a default value GRANT SELECT ON *.* TO mysqltest6@localhost; GRANT INSERT ON *.* TO mysqltest6@localhost; GRANT INSERT ON test.* TO mysqltest6@localhost; |