An error occurred fetching the project authors.
- 14 Jan, 2005 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
added number_of_replicas printout in show table status
-
- 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
-
- 08 Jan, 2005 1 commit
-
-
vtkachenko@intelp4d.mysql.com authored
- Create innodb_thread_concurrency as dynamic variable - Add innodb_thread_sleep_delay variable - Add innodb_free_tickets_to_enter variable
-
- 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).
-
- 05 Jan, 2005 1 commit
-
-
vtkachenko@intelp4d.mysql.com authored
Create new innodb_sync_spin_loops variable
-
- 30 Dec, 2004 1 commit
-
-
monty@mysql.com authored
-
- 29 Dec, 2004 1 commit
-
-
dlenev@brandersnatch.localdomain authored
of concurrent connections for the same account)" Added support of account specific max_user_connections limit. Made all user limits to be counted per account instead of the old behavior, which was per user/host accounting. Added option which enables the old behavior. Added testing of these to the test suite. (After review version).
-
- 24 Dec, 2004 2 commits
-
-
ram@gw.mysql.r18.ru authored
-
vtkachenko@intelp4d.mysql.com authored
Logging to logging@openlogging.org accepted sql_yacc.yy, sql_parse.cc, sql_lex.h, lex.h: Implements the SHOW MUTEX STATUS command set_var.cc, mysqld.cc, mysql_priv.h: Added new GLOBAL variable timed_mutexes ha_innodb.h: New function innodb_mutex_show_status ha_innodb.cc: Added new innodb variables in SHOW STATUS Implements the SHOW MUTEX STATUS command innodb.test, innodb.result: Added new row_lock_waits status variables tests. variables.test, variables.result: test new variable timed_mutexes ut0ut.c: New function ut_usectime. sync0sync.c: Mutex counting. sync0rw.c: New mutex parameters initialization. srv0srv.c: Counting row lock waits row0sel.c, row0mysql.c: Setting row_lock or table_lock state to thd. que0que.c: Added default no_lock_state to thd. univ.i: Added UNIV_SRV_PRINT_LATCH_WAITS debug define sync0sync.ic: Count mutex using. sync0sync.h: Added new parameters to mutex structure for counting. sync0rw.h: Added new parameters to rw_create_func. srv0srv.h: Added new innodb varuables to SHOW STATUS. que0que.h: Added thread lock states.
-
- 23 Dec, 2004 4 commits
-
-
ingo@mysql.com authored
Added the required structures and functions for handing over multiple key ranges to the table handler.
-
ingo@mysql.com authored
Changed my_error() to print error messages, which come from arbitrary registered ranges of error messages. Messages can be unregistered (and should be at end of the program). Added registration of handler error messages. Added a new mi_print_error() macro and a new mi_report_error() function, which supply error messages with a table name. Added calls to mi_print_error() or mi_report_error() at all places in MyISAM, where table corruption is detected.
-
wax@kishkin.ru authored
add space after comma add space after equal add comments in vio_close_shared_memory()
-
acurtis@pcgem.rdg.cyberkinetica.com authored
Implement fine-grained control over access to stored procedures Privileges are cached (same way as existing table/column privs)
-
- 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
-
- 18 Dec, 2004 1 commit
-
-
petr@mysql.com authored
Solaris doesn't define INADDR_NONE macro. This resulted in compilation failure. (advanced fix)
-
- 14 Dec, 2004 2 commits
-
-
kaa@polly.local authored
-
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
-
- 11 Dec, 2004 1 commit
-
-
First commit to mysql-5.0 tree to include MySQL Federated Storage Handler. This includes both the source and header files, test (results, test, require), and modifications to server and handler base files, and autoconf modifications to properly build federated handler.
-
- 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
-
- 06 Dec, 2004 1 commit
-
-
monty@mysql.com authored
Fixed compiler warnings Fix core dump when sending SIGHUP to mysqld
-
- 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 2 commits
-
-
- 27 Nov, 2004 1 commit
-
-
- 25 Nov, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 23 Nov, 2004 1 commit
-
-
wax@kishkin.ru authored
-
- 18 Nov, 2004 2 commits
-
-
tomas@poseidon.ndb.mysql.com authored
-
petr@mysql.com authored
InnoDB status variables
-
- 17 Nov, 2004 2 commits
-
-
Rework parser expression rules Rework handling for "||" concat/or Eliminate some shift/reduce conflicts Add support for "xxx IS [ NOT ] truth_value"
-
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
-