#At file:///home/kgeorge/mysql/work/wl1054-next-mr/ based on revid:georgi.kodinov@stripped
2973 Georgi Kodinov 2010-08-02
WL1054 : fixed a crashing rpl test rpl_current_user().
modified:
sql/sql_class.cc
=== modified file 'sql/sql_class.cc'
--- a/sql/sql_class.cc 2010-08-02 13:42:25 +0000
+++ b/sql/sql_class.cc 2010-08-02 15:15:21 +0000
@@ -3440,6 +3440,10 @@ void THD::get_definer(LEX_USER *definer)
definer->host= invoker_host;
definer->password.str= NULL;
definer->password.length= 0;
+ definer->plugin.str= (char *) "";
+ definer->plugin.length= 0;
+ definer->auth.str= (char *) "";
+ definer->auth.length= 0;
}
else
#endif
Attachment: [text/bzr-bundle] bzr/georgi.kodinov@oracle.com-20100802151521-ggzq10mgix3im4ec.bundle
| Thread |
|---|
| • bzr commit into mysql-next-mr-wl1054 branch (Georgi.Kodinov:2973) | Georgi Kodinov | 2 Aug |