An error occurred fetching the project authors.
- 18 Dec, 2006 1 commit
-
-
df@kahlann.erinye.com authored
-
- 05 Dec, 2006 2 commits
-
-
msvensson@neptunus.(none) authored
-
df@kahlann.erinye.com authored
-
- 01 Dec, 2006 1 commit
-
-
mskold/marty@mysql.com/linux.site authored
Changed mysql.apply_status, mysql.binlog_index, and mysql.schema to mysql.ndb_apply_status, mysql.ndb_binlog_index, and mysql.ndb_schema
-
- 30 Nov, 2006 1 commit
-
-
df@kahlann.erinye.com authored
-
- 29 Nov, 2006 2 commits
-
-
msvensson@neptunus.(none) authored
-
df@kahlann.erinye.com authored
-
- 28 Nov, 2006 17 commits
-
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
where we know how to creat the vardir Remove unused variable
-
msvensson@neptunus.(none) authored
- Avoid use of mtr_run when executing "mysqld --verbose --help" to find version and supported features
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
in all cuurently known log files
-
msvensson@neptunus.(none) authored
After that it will by default use log tables. That setting can be overruled by adding a -master.opt file like mysql_client_test has.
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
if that is same as opt_mem it can be removed
-
msvensson@neptunus.(none) authored
with the function where vardir's are created
-
msvensson@neptunus.(none) authored
- Better control of when to create/remove vardir
-
msvensson@neptunus.(none) authored
And if var/ has been created, it will be recreated later so the logs from "mtr_kill_leftovers" will be lost anyway
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
And if var/ has been created, it will be recreated later so the logs will be lost
-
msvensson@neptunus.(none) authored
mysql-test-run.pl: Removed "use diagnostics", reduces Perl speed significantly. Can be enabled with "perl -Mdiagnostics mysql-test-run.pl". mtr_report.pl: Don't try output "skipped" comment if there is none (bug#24471)
-
- 27 Nov, 2006 2 commits
-
-
monty@mysql.com/nosik.monty.fi authored
Fixed that test_thr_alarm works
-
msvensson@neptunus.(none) authored
master_port after a "change master" will be set to the compiled in default value i.e not always the same as what the master report as it's port number.
-
- 26 Nov, 2006 1 commit
-
-
monty@mysql.com/nosik.monty.fi authored
Added missing DBUG_RETURN statements (in mysqldump.c) Added missing enums Fixed a lot of wrong DBUG_PRINT() statements, some of which could cause crashes Removed usage of %lld and %p in printf strings as these are not portable or produces different results on different systems.
-
- 24 Nov, 2006 3 commits
-
-
Removed "use diagnostics", reduces Perl speed significantly. Can be enabled with "perl -Mdiagnostics mysql-test-run.pl". mtr_report.pl: Don't try output "skipped" comment if there is none (bug#24471)
-
msvensson@neptunus.(none) authored
-
knielsen@ymer.(none) authored
traces in Valgrind (broken libc6-dbg). Installing libc6-dbg on Debian will still provide proper bactraces, even without setting LD_LIBRARY_PATH explicitly.
-
- 23 Nov, 2006 6 commits
-
-
msvensson@neptunus.(none) authored
since that is where the lang files etc are
-
msvensson@neptunus.(none) authored
-
monty@mysql.com/nosik.monty.fi authored
Load shared libraries from zlib (fixed that mysql-test-run.pl didn't work on some Solaris boxes) Added connect timeout to test to make im_daemon_life_cycle more predictable
-
msvensson@neptunus.(none) authored
And it's not an "opt"
-
msvensson@neptunus.(none) authored
-
monty@mysql.com/nosik.monty.fi authored
Fixed that --valgrind works again with mysql-test-run.sh Extended error messages when loosing connection during mysql_real_connect()
-
- 21 Nov, 2006 4 commits
-
-
msvensson@neptunus.(none) authored
-
monty@mysql.com/nosik.monty.fi authored
Moved .progress files into the log directory Moved 'cluster' database tables into the MySQL database, to not have 'cluster' beeing a reserved database name Fixed bug where mysqld got a core dump when trying to use a table created by MySQL 3.23 Fixed some compiler warnings Fixed small memory leak in libmysql Note that this doesn't changeset doesn't include the new mysqldump.c code required to run some tests. This will be added when I merge 5.0 to 5.1
-
msvensson@neptunus.(none) authored
mysql_fix_privilege_tables.s's ability to convert the system tables as of 3.20 to current system table format Add similar test for 4.1.23 tables - but use "mysql < mysql_fix_privilege_tables.sql" so it can be run on any platform.
-
msvensson@neptunus.(none) authored
-