An error occurred fetching the project authors.
- 05 Jan, 2005 1 commit
-
-
jonas@mysql.com authored
-
- 30 Dec, 2004 2 commits
-
-
marty@linux.site authored
-
georg@beethoven.site authored
-
- 24 Dec, 2004 1 commit
-
-
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.
-
- 22 Dec, 2004 1 commit
-
-
joreland@bk-internal.mysql.com authored
-
- 21 Dec, 2004 1 commit
-
-
jon@gigan. authored
don't include header files or class private members; do include class static members.
-
- 20 Dec, 2004 1 commit
-
-
marty@shark. authored
Logging to logging@openlogging.org accepted compile-amd64-max, compile-amd64-debug-max: new file
-
- 18 Dec, 2004 2 commits
-
-
paul@frost.snake.net authored
Convert @samp{c} to 'c', not c.
-
matt@booty.(none) authored
I fixed the typos in the transaction-isolation comments. I fixed the spelling mistakes in the comment. It had tripped up a support customer as they couldn't start the server with transaction-isolation= read-commited
-
- 15 Dec, 2004 1 commit
-
-
ndbdev@shark. authored
-
- 14 Dec, 2004 1 commit
-
-
kaa@polly.local authored
-
- 13 Dec, 2004 1 commit
-
-
anjuta@arthur.local authored
-
- 08 Dec, 2004 1 commit
-
-
stewart@mysql.com authored
-
- 06 Dec, 2004 1 commit
-
-
stewart@mysql.com[stewart] authored
-
- 02 Dec, 2004 2 commits
-
-
jimw@mysql.com authored
insertion of new records partially failed. It would get logged because of the logic to log a partially-failed 'INSERT ... SELECT' (which can't be rolled back in non-transactional tables), but 'CREATE TABLE ... SELECT' is always rolled back on failure, even for non-transactional tables. (Bug #6682) (Original fix reimplemented after review by Serg and Guilhem.)
-
mwagner@mysql.com authored
Incremented for next version
-
- 01 Dec, 2004 1 commit
-
-
mwagner@mysql.com authored
Update SSL Cipher so that 'openssl_1' test passes (BUG#6152)
-
- 19 Nov, 2004 1 commit
-
-
petr@mysql.com authored
-
- 18 Nov, 2004 1 commit
-
-
timour@mysql.com authored
-
- 12 Nov, 2004 1 commit
-
-
sql_string.h: simple string method to drop last character of a string (also decrements str_length)
-
- 05 Nov, 2004 1 commit
-
-
my.cnf from the default directories.
-
- 03 Nov, 2004 2 commits
-
-
lars@mysql.com authored
The idea of the fix is that the administrative statements OPTIMIZE TABLE, REPAIR TABLE and ANALYZE TABLE should not generate binlog errors if there is no errors on the master.
-
tim@siva.hindu.god authored
for Solaris test, and fix if @IS_LINUX@ test in mysqld_safe itself.
-
- 21 Oct, 2004 1 commit
-
-
paul@kite-hub.kitebird.com authored
Update texi2html with version from mysqldoc repository. (Please merge this forward to 4.0, 4.1, 5.0.)
-
- 16 Oct, 2004 1 commit
-
-
paul@ice.snake.net authored
Changes parsing of @image argument.
-
- 11 Oct, 2004 1 commit
-
-
section, which had gotten somewhat out-dated.
-
- 08 Oct, 2004 1 commit
-
-
binary for mysqld_multi was not found. This is because it is possible to define one under each mysqldN group separately. Bailing out if mysqld binary is not found at all. Added option --silent to turn off warnings.
-
- 07 Oct, 2004 2 commits
-
-
- 03 Oct, 2004 1 commit
-
-
dellis@goetia.(none) authored
BUG #5731 Restrict key_buffer_size to 4GB on 64 bit platforms
-
- 01 Oct, 2004 1 commit
-
-
dellis@goetia.(none) authored
Logging to logging@openlogging.org accepted sql_acl.cc, grant.test, grant.result: BUG 5831 Changed mysql_revoke_all() to successfully delete all privileges for a user in one pass.
-
- 26 Sep, 2004 2 commits
-
-
magnus@shellback.(none) authored
* Changed the implementation of ndbcluster_find_files to be more efficient, using only one mutex lock * Moved ha_find_files to end of mysql_find_files so that it can be passed the list that we are interested to find.
-
hartmut@mysql.com authored
old options for include path and library settings still work for backwards compatibility (fix for BUG #5494)
-
- 25 Sep, 2004 1 commit
-
-
magnus@shellback.(none) authored
-
- 24 Sep, 2004 1 commit
-
-
bar@noter.intranet.mysql.r18.ru authored
Logging to logging@openlogging.org accepted sql_show.cc, type_enum.test, type_enum.result: Bug #5628 German characters in field-defs will be '?' with some table definitions
-
- 20 Sep, 2004 1 commit
-
-
mleich@mysql.com authored
These modifications were part of WL#1856 Conversion of client_test.c tests cases to mysqltest if possible They are separated from the other WL#1856 stuff, because they improve the behaviour of the current tests. Make the result sets (order of rows) more predictable by using ORDER BY.
-
- 17 Sep, 2004 1 commit
-
-
We don't want the update to abort when IGNORE is specified
-
- 15 Sep, 2004 1 commit
-
-
mikael@mc04.(none) authored
Logging to logging@openlogging.org accepted SCI_Transporter.hpp, SCI_Transporter.cpp: Major fix-up of SCI Transporter, fixed so that it works with single card, fixed wrap around, added lots of DBUG statements, merged with new transporter handling TransporterRegistry.cpp: Some fixes for wrap around needed plus DBUG handling TCP_Transporter.hpp, TCP_Transporter.cpp: Added DBUG statements SHM_Transporter.hpp, SHM_Transporter.cpp: Fixed SHM Transporter SHM_Buffer.hpp: Fixed SHM Buffer to handle wrap around properly IPCConfig.cpp: Fixed up config of SCI SocketServer.cpp: Added DBUG support for SocketServer threads ConfigInfo.cpp: Config changes for SCI TransporterDefinitions.hpp, mgmapi_config_parameters.h: SCI fixes Makefile.am, type_ndbapitools.mk.am, type_ndbapitest.mk.am: Added SCI library path to Makefiles configure.in: Fixed small bug with shared mem and sci together in configure acinclude.m4: Added possibility of providing SCI library path in confgure
-
- 14 Sep, 2004 1 commit
-
-
- 10 Sep, 2004 1 commit
-
-
petr@mysql.com authored
options.
-