An error occurred fetching the project authors.
- 25 Jan, 2005 1 commit
-
-
monty@mysql.com authored
-
- 24 Jan, 2005 1 commit
-
-
jimw@mysql.com authored
lower_case_tables_names=2 is sensible. Related to Bug #7887.
-
- 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
-
-
- 23 Nov, 2004 1 commit
-
-
wax@kishkin.ru authored
-
- 18 Nov, 2004 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
-
- 17 Nov, 2004 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
- ndb_use_exact_count - ndb_autoincrement_prefetch_sz - ndb_use_transactions - ndb_force_send moved "inlined" functions to .cc file since they are virtual anyways enabled printout od ndb errors in warnings even if mapping existst to mysql error code
-
- 11 Nov, 2004 1 commit
-
-
ram@gw.mysql.r18.ru authored
my_umask and my_umask_dir initialization has been moved to the my_init() func.
-
- 10 Nov, 2004 1 commit
-
-
monty@mysql.com authored
Print position in normal log for Binlog dump
-
- 07 Nov, 2004 1 commit
-
-
monty@mysql.com authored
Now thd->mem_root is a pointer to thd->main_mem_root and THR_MALLOC is a pointer to thd->mem_root. This gives us the following benefits: - Allow us to easily detect if arena has already been swapped before (this fixes a bug in setup_conds() where arena was swaped twice in some cases) - Faster swaps of arenas (as we don't have to copy the whole MEM_ROOT) - We don't anymore have to call my_pthread_setspecific_ptr(THR_MALLOC,...) to change where memory is alloced. Now it's enough to set thd->mem_root
-
- 04 Nov, 2004 1 commit
-
-
wax@kishkin.ru authored
fixed MySQL can't clean shutdown with --shared-memory
-
- 02 Nov, 2004 2 commits
-
-
monty@mysql.com authored
Added protocol::flush() for easier embedded-server code Increase block allocation variables a bit as they where a bit too small for MySQL 4.1 Added option --silent to client_test
-
rburnett@build.mysql.com authored
-
- 01 Nov, 2004 1 commit
-
-
marko@hundin.mysql.fi authored
Describe innodb_max_purge_lag Improve description of innodb_table_locks
-
- 27 Oct, 2004 1 commit
-
-
marko@hundin.mysql.fi authored
-
- 25 Oct, 2004 1 commit
-
-
bar@mysql.com authored
-
- 20 Oct, 2004 2 commits
-
-
monty@mysql.com authored
-
monty@mysql.com authored
Rename innodb_table_locks_old_behavior -> innodb_table_locks Set innodb_table_locks to off by default to get same behaviour as in MySQL 4.0.20 (This means that Innodb ignore table locks by default, which makes it easier to combine MyISAM and InnoDB to simulate a transaction)
-
- 19 Oct, 2004 1 commit
-
-
monty@mishka.local authored
Simple optimzations and cleanups Removed compiler warnings and fixed portability issues Added client functions 'mysql_embedded()' to allow client to check if we are using embedded server Fixes for purify
-
- 17 Oct, 2004 1 commit
-
-
dellis@goetia.(none) authored
BUG #5731 key_buffer_size not properly restricted to 4GB; use UINT_MAX32 for clarity.
-
- 13 Oct, 2004 1 commit
-
-
marko@hundin.mysql.fi authored
innodb_table_locks_old_behavior: do not acquire an InnoDB table lock for LOCK TABLES, as in mysql-4.0.18 and earlier.
-
- 07 Oct, 2004 1 commit
-
-
monty@mysql.com authored
Some bigger code changes was necessary becasue of the multi-table-update and the new HANDLER code
-