An error occurred fetching the project authors.
- 22 Jan, 2007 1 commit
-
-
df@kahlann.erinye.com authored
-
- 10 Jan, 2007 1 commit
-
-
tsmith@siva.hindu.god authored
- configure --disable-grant-options defines DISABLE_GRANT_OPTIONS - configure.js/cmake also updated - if DISABLE_GRANT_OPTIONS is defined, mysqld no longer recognizes: --bootstrap --init-file --skip-grant-tables Scripts which rely on those three options are modified to check the environment for MYSQLD_BOOTSTRAP; it should be set to the full path of a mysqld which does handle those options. For example: $ export MYSQLD_BOOTSTRAP $ MYSQLD_BOOTSTRAP=/path/to/full/MySQL/bin/mysqld $ mysql_install_db $ make test
-
- 22 Dec, 2006 1 commit
-
-
msvensson@pilot.mysql.com authored
-
- 20 Dec, 2006 3 commits
-
-
msvensson@neptunus.(none) authored
many as neeeded
-
msvensson@neptunus.(none) authored
mysqld and valgrind to tracefile.
-
msvensson@neptunus.(none) authored
-
- 18 Dec, 2006 1 commit
-
-
df@kahlann.erinye.com authored
-
- 15 Dec, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
-
- 14 Dec, 2006 2 commits
-
-
msvensson@neptunus.(none) authored
-
Problem: mysqlbinlog_base64 failed sporadically. Reason: Missing "flush logs" before running $MYSQL_BINLOG, which could start dumping the log file before server has finished writting into it. Fix: - implementing --force-if-open option to "mysqlbinlog" - adding --disable-force-if-open to make $MYSQL_BINLOG fail on non-closed log files, to garantee that nobody will forget "flush logs" in the future. - adding "flush logs" into all affected tests.
-
- 11 Dec, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
-
- 06 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 2 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
-