Skip to content

Commit 23263db

Browse files
author
[email protected]/narttu.mysql.fi
committed
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"
1 parent 93f246d commit 23263db

109 files changed

Lines changed: 66386 additions & 130 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ SUBDIRS = . include @docs_dirs@ @zlib_dir@ \
2727
@sql_union_dirs@ unittest storage plugin \
2828
@sql_server@ scripts @man_dirs@ tests \
2929
netware @libmysqld_dirs@ \
30-
mysql-test support-files @tools_dirs@ \
30+
mysql-test support-files sql-bench @tools_dirs@ \
3131
win
3232

3333
DIST_SUBDIRS = $(SUBDIRS) BUILD

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2514,7 +2514,7 @@ AC_CONFIG_FILES(Makefile extra/Makefile mysys/Makefile dnl
25142514
dbug/Makefile scripts/Makefile include/Makefile dnl
25152515
tests/Makefile Docs/Makefile support-files/Makefile dnl
25162516
support-files/MacOSX/Makefile mysql-test/Makefile dnl
2517-
mysql-test/ndb/Makefile netware/Makefile dnl
2517+
mysql-test/ndb/Makefile netware/Makefile sql-bench/Makefile dnl
25182518
include/mysql_version.h plugin/Makefile win/Makefile)
25192519

25202520
AC_CONFIG_COMMANDS([default], , test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h)

0 commit comments

Comments
 (0)