An error occurred fetching the project authors.
- 21 Mar, 2005 1 commit
-
-
msvensson@neptunus.(none) authored
- Chaned min value in mysqld.cc - Added testcase to warnings.test
-
- 09 Mar, 2005 1 commit
-
-
serg@serg.mylan authored
preserve backward compatibility
-
- 08 Mar, 2005 1 commit
-
-
marko@hundin.mysql.fi authored
main(): add missing parameter to printf(ER(ER_READY),...) call
-
- 07 Mar, 2005 1 commit
-
-
serg@serg.mylan authored
-
- 03 Mar, 2005 2 commits
-
-
serg@serg.mylan authored
-
serg@serg.mylan authored
-
- 02 Mar, 2005 1 commit
-
-
guilhem@mysql.com authored
in slave SQL thread: if a transaction fails because of InnoDB deadlock or innodb_lock_wait_timeout exceeded, optionally retry the transaction a certain number of times (new variable --slave_transaction_retries).
-
- 01 Mar, 2005 1 commit
-
-
jani@ua141d10.elisa.omakaista.fi authored
-
- 28 Feb, 2005 1 commit
-
-
monty@mysql.com authored
(No really critical errors found, but a few possible wrong results)
-
- 22 Feb, 2005 1 commit
-
-
lars@mysql.com 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
-
- 16 Feb, 2005 1 commit
-
-
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)
-
- 08 Feb, 2005 1 commit
-
-
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
-
- 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 2 commits
-
-
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.
-
- 12 Jan, 2005 1 commit
-
-
serg@serg.mylan authored
-
- 06 Jan, 2005 1 commit
-
-
guilhem@mysql.com authored
WL#2335 (wait if binlog or binlog index file hits disk full or quota exceeded), fix for BUG#7236 ("--expire_logs_days does not apply if all statements happen in transactions"), and a behaviour change: abort if mysqld can't start binlog at startup (if running with --log-bin of course).
-
- 24 Dec, 2004 1 commit
-
-
ram@gw.mysql.r18.ru authored
-
- 23 Dec, 2004 1 commit
-
-
wax@kishkin.ru authored
add space after comma add space after equal add comments in vio_close_shared_memory()
-
- 22 Dec, 2004 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
changed name of g_eventLogger so it can be used in TransporterRegistry and is the same as in the kernel
-
- 20 Dec, 2004 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
moved NdbWaiter, m_ndb_cluster_connection, to impl class moved node selection things to cluster connection moved all private things to impl class added opts for shared memory and node selection changed opts handling somewhat; introduced enum for options and common handling of option variables added checks for transporter support automatic addition of shared mem transporters moved wait_until_ready code to cluster connection added control of usage of new node selection method
-
- 14 Dec, 2004 1 commit
-
-
wax@kishkin.ru authored
(continue) added event_conn_closed replaced WaitForSingleObject on WaitForMultipleObjects inserted a check in vio_close() added SetEvent() for event_conn_closed
-
- 13 Dec, 2004 1 commit
-
-
guilhem@mysql.com authored
-
- 09 Dec, 2004 1 commit
-
-
dlenev@brandersnatch.localdomain authored
tables requires privileges for them if some table or column level grants present" (with after-review fixes). We should set SELECT_ACL for implicitly opened tables in my_tz_check_n_skip_implicit_tables() to be able to bypass privilege checking in check_grant(). Also we should exclude those tables from privilege checking in multi-update.
-
- 07 Dec, 2004 1 commit
-
-
ram@gw.mysql.r18.ru authored
-
- 02 Dec, 2004 1 commit
-
-
marko@hundin.mysql.fi authored
innodb_autoextend_increment: set a maximum limit of 1000 (Bug #6904)
-
- 30 Nov, 2004 6 commits
-
-
tomas@poseidon.ndb.mysql.com authored
fixed so that warning on missing support for engine only printed once even if option given multiple times
-
tomas@poseidon.ndb.mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
fixed erroneous previous push
-
tomas@poseidon.ndb.mysql.com authored
fixed typo
-
tomas@poseidon.ndb.mysql.com authored
add warnings for INNODB,BDB,ISAM being unavailable if switch to use is supplied, i.e. --bdb,--isam,--innodb
-
tomas@poseidon.ndb.mysql.com authored
added warning printout if --ndbcluster switch is given in a "non-cluster" binary
-
- 29 Nov, 2004 1 commit
-
-