1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Added back sql-bench directory, so that one can more easily run benchmarks on a server and add new benchmarks for new optimizations

Fixed memory leak in _db_set() (Bug#24497 Valgrind warning: get_one_option)
Don't call net_clear() on COM_QUIT. This avoids a warning from net_clear() after shutdown: "skipped ## bytes from file"
BUG#21428: skipped 9 bytes from file: socket (3)" on "mysqladmin shutdown"
This commit is contained in:
monty@mysql.com/narttu.mysql.fi
2006-11-29 22:51:09 +02:00
parent 93f246d4c1
commit 23263db66e
109 changed files with 66386 additions and 130 deletions

View File

@@ -469,15 +469,6 @@
# Safe warnings, that may happen because of thread scheduling
#
{
dbug initialization
Memcheck:Leak
fun:malloc
fun:DbugMalloc
fun:ListAdd
fun:_db_set_
}
{
dbug initialization by kill_server
Memcheck:Leak