An error occurred fetching the project authors.
- 24 Feb, 2005 1 commit
-
-
monty@mysql.com authored
Previously we only stored the first given error (the error sent to the client)
-
- 22 Feb, 2005 3 commits
-
-
serg@serg.mylan authored
-
lars@mysql.com authored
-
msvensson@neptunus.(none) authored
-
- 21 Feb, 2005 1 commit
-
-
lars@mysql.com authored
-
- 18 Feb, 2005 1 commit
-
-
hf@deer.(none) authored
Some variable wasn't moved to the initial state during mysql_server_end
-
- 17 Feb, 2005 1 commit
-
-
jani@ua141d10.elisa.omakaista.fi authored
-
- 16 Feb, 2005 2 commits
-
-
jimw@mysql.com authored
in order to output a special warning about a particular case of segfaults due to a mix of static binaries, NSS, and LDAP. (Bug #4872)
-
serg@serg.mylan authored
-
- 09 Feb, 2005 2 commits
-
-
monty@mysql.com authored
This removes a (small) memory leak.
-
serg@serg.mylan authored
auto-commit on Xid_log_event
-
- 08 Feb, 2005 2 commits
-
-
hf@deer.(none) authored
-
jani@ua141d10.elisa.omakaista.fi authored
-
- 02 Feb, 2005 1 commit
-
-
serg@serg.mylan authored
don't define UNIV_DEBUG in CFLAGS/CXXFLAGS anymore sql/mysqld.cc hide from the user options that do nothing sql/sql_update.cc better fix for uninitialized used_index
-
- 01 Feb, 2005 3 commits
-
-
acurtis@pcgem.rdg.cyberkinetica.com authored
Support for COMMIT/ROLLBACK optional arguments
-
msvensson@neptunus.homeip.net authored
- Added a thread that fetches commit_count for open tables. This will mean that NDB will not have to be contacted for every use of a cached query.
-
serg@serg.mylan authored
-
- 28 Jan, 2005 1 commit
-
-
jimw@mysql.com authored
server on Windows service startup, and not just --defaults-file=file. This appears to be an unnecessary limitation, but fixing that will require a larger refactoring of the Windows service installation and startup code. (Bug #7856)
-
- 27 Jan, 2005 1 commit
-
-
serg@serg.mylan authored
fix for binlog+autocommit+tclog comments, style fixes
-
- 26 Jan, 2005 1 commit
-
-
ram@gw.mysql.r18.ru authored
to avoid linking problems referring to the variable from .c programs.
-
- 25 Jan, 2005 3 commits
-
-
heikki@hundin.mysql.fi authored
Add settable variables for semi-sync replication
-
monty@mysql.com authored
-
marko@hundin.mysql.fi authored
-
- 24 Jan, 2005 1 commit
-
-
jimw@mysql.com authored
lower_case_tables_names=2 is sensible. Related to Bug #7887.
-
- 21 Jan, 2005 1 commit
-
-
ram@gw.mysql.r18.ru authored
-
- 19 Jan, 2005 4 commits
-
-
dlenev@brandersnatch.localdomain authored
Made user_limits.test scheduling independant (this solves failure on QNX). Made sys_var_max_user_conn variable int sized. Changed max_user_connections from ulong to uint to be able to use it in sys_var_max_user_conn::value_ptr() (solves failures on 64-bit platforms).
-
jimw@mysql.com authored
on a case-sensitive filesystem. (Bug #7887)
-
timour@mysql.com authored
This patch collects all previous patches into one. The main problem was due to that there is are two variables - dflt_key_cache and sql_key_cache with have more or less duplicate function. The reson for the bug was that the default value in the key cache hash was set to dflt_key_cache, then sql_key_cache was set to a new key cache object, and then dflt_key_cache was set to sql_key_cache which was different from the dflt_key_cache_var. After sending SIGHUP, the server was using the original default value for the key cache hash, which was different from the actual key cache object used for the default key cache.
-
tomas@poseidon.ndb.mysql.com authored
-
- 18 Jan, 2005 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
-
- 17 Jan, 2005 1 commit
-
-
joerg@mysql.com authored
-
- 16 Jan, 2005 2 commits
-
-
guilhem@mysql.com authored
-
serg@serg.mylan authored
-
- 14 Jan, 2005 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
added number_of_replicas printout in show table status
-
- 13 Jan, 2005 2 commits
-
-
jani@ua141d10.elisa.omakaista.fi authored
-
paul@kite-hub.kitebird.com authored
Fix test result affected by error message rewording. errmsg.txt: Reword error messages. set_var.cc: Reorder variables. mysqld.cc: Reorder options.
-
- 12 Jan, 2005 2 commits
-
-
vtkachenko@mail.mysql.com authored
Logging to logging@openlogging.org accepted innodb.result, innodb.test, set_var.cc, mysqld.cc: change variable innodb_free_tickets_to_enter to innodb_concurrency_tickets
-
serg@serg.mylan authored
-
- 10 Jan, 2005 1 commit
-
-
guilhem@mysql.com authored
Encourage user to specify a name for the binlog index file (either by giving an argument to --log-bin, or by using --log-bin-index). This is so that he does not have a replication break when his master's hostname changes. Plus binary logging options consistency checks.
-
- 09 Jan, 2005 1 commit
-
-
paul@kite-hub.kitebird.com authored
Fix out-of-order option.
-