mariadb/client
Michael Widenius e6c45f5e1f - Reduced memory requirements for mysqltest to 1/4.th This also gave a speedup for 5x for some tests.
- Reduced memory usage from safe_mutex.
- Fixed problem with failing tests that could not restart mysqld becasue the port was reserved
- More DBUG information
- Fixed bug where bitmap_set_prefix() wrote over buffer area.
- Initialize n_pages_flushed in xtradb which was used uninitialized.

client/mysqltest.cc:
  Reduced memory usage (400K -> 80 for simple test;  400M -> 70M for some other tests)
  - Smaller dynamic arrays at start
  - Made 'st_connection' significantly smaller by allocation 'mysql' on demand in mysql_init() and storing require_file in a mem_root.
  - Fixed that when one does --debug we get information from safemalloc in the trace
  (Most of changes are changing &connect->mysql to connect->mysql
libmysql/libmysql.c:
  Don't call mysql_thread_end() if my_init() was called outside of mysql_server_init()
  This is needed to get information from my_end() into the DBUG log
mysql-test/README:
  Fixed wrong comment
mysql-test/mysql-test-run.pl:
  Reserv 20 ports / mysql-test-run thread.
  (Needed as some tests uses 9 mysqld servers)
mysys/hash.c:
  More DBUG information
mysys/my_bitmap.c:
  Fixed bug where bitmap_set_prefix() wrote over buffer area.
mysys/safemalloc.c:
  More DBUG information
mysys/thr_mutex.c:
  Initialize smaller arrays be default.
sql-common/client.c:
  More DBUG_PRINT
storage/xtradb/srv/srv0srv.c:
  Initialize n_pages_flushed which was used uninitialized.
2011-02-24 02:36:32 +02:00
..
.cvsignore
client_priv.h Merge MySQL 5.1.44 into MariaDB. 2010-03-04 09:03:07 +01:00
CMakeLists.txt Bug#473914: mysql_client_test fail with in debug compilaton on windows x64 2010-12-06 12:52:06 +01:00
completion_hash.cc WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
completion_hash.h - Added/updated copyright headers 2010-12-28 19:57:23 +01:00
echo.c echo.c: 2007-03-20 18:31:49 +01:00
get_password.c fixes for build failures due to my yesterday's changeset forbidding 2008-02-19 18:45:11 +01:00
Makefile.am Merge with 5.1 2011-01-30 16:43:23 +02:00
my_readline.h Manual merge. 2009-03-18 11:27:49 +03:00
mysql.cc Merge with MySQL 5.1.55 2011-02-20 18:51:43 +02:00
mysql_upgrade.c Fixed build failures 2010-09-06 02:15:34 +03:00
mysqladmin.cc Merge with MySQL 5.1.49 2010-08-02 12:01:24 +03:00
mysqlbinlog.cc Merge with MySQL 5.1.49 2010-08-02 12:01:24 +03:00
mysqlcheck.c Fixed build failures 2010-09-06 02:15:34 +03:00
mysqldump.c Fixed compiler warnings from Windows compiler 2010-08-11 13:55:54 +03:00
mysqlimport.c Fixed compiler warnings from Windows compiler 2010-08-11 13:55:54 +03:00
mysqlshow.c Merge with MySQL 5.1.50 2010-08-27 17:12:44 +03:00
mysqlslap.c This patch fixes LP#613408 Memory corruption with (M)aria storage engine and virtual columns in MariaDB 5.2 2010-08-07 17:42:30 +03:00
mysqltest.cc - Reduced memory requirements for mysqltest to 1/4.th This also gave a speedup for 5x for some tests. 2011-02-24 02:36:32 +02:00
readline.cc Manual merge. 2009-03-18 11:27:49 +03:00
sql_string.cc Bug#45288: pb2 returns a lot of compilation warnings on linux 2010-07-09 09:00:17 -03:00
sql_string.h Bug#45288: pb2 returns a lot of compilation warnings 2010-10-19 20:36:59 -02:00