3171 Marc Alff 2010-12-07
Valgrind 3.5.0 cleanup
modified:
mysql-test/valgrind.supp
3170 Nirbhay Choubey 2010-12-07
Bug#58139 : default-auth option not recognized in MySQL standard
command line clients.
Command line tools like mysqladmin and mysqldump did not recognize
default-auth and plugin-dir options.
Support for these options was found missing in these command line
tools.
Fixed by adding support for the same.
@ client/mysqladmin.cc
Bug#58139 : default-auth option not recognized in MySQL standard
command line clients.
Introduced two new variables to hold values from default-auth and
plugin-dir options and further pushed them to client's st_mysql
instance.
@ client/mysqldump.c
Bug#58139 : default-auth option not recognized in MySQL standard
command line clients.
Introduced two new variables to hold values from default-auth and
plugin-dir options and further pushed them to client's st_mysql
instance.
@ mysql-test/r/plugin_auth.result
Added test case for Bug#58139.
@ mysql-test/t/plugin_auth.test
Added test case for Bug#58139.
modified:
client/mysqladmin.cc
client/mysqldump.c
mysql-test/r/plugin_auth.result
mysql-test/t/plugin_auth.test
=== modified file 'mysql-test/valgrind.supp'
--- a/mysql-test/valgrind.supp 2010-09-28 00:23:54 +0000
+++ b/mysql-test/valgrind.supp 2010-12-07 13:52:14 +0000
@@ -770,13 +770,15 @@
fun:lf_hash_insert
}
+#
+# Note that initialize_bucket() is reccursive,
+# can't provide more stack context.
+#
{
missing shutdown_performance_schema 3
Memcheck:Leak
fun:malloc
fun:my_malloc
fun:initialize_bucket
- fun:lf_hash_search
- fun:_Z19find_or_create_fileP10PFS_threadP14PFS_file_classPKcj
}
No bundle (reason: useless for push emails).
| Thread |
|---|
| • bzr push into mysql-5.5-bugteam branch (marc.alff:3170 to 3171) | Marc Alff | 7 Dec |