An error occurred fetching the project authors.
- 06 Apr, 2005 1 commit
-
-
gluh@eagle.intranet.mysql.r18.ru authored
-
- 05 Apr, 2005 1 commit
-
-
gluh@eagle.intranet.mysql.r18.ru authored
-
- 01 Apr, 2005 1 commit
-
-
msvensson@neptunus.(none) authored
- Remove the local static var
-
- 31 Mar, 2005 2 commits
-
-
magnus@msdesk.mysql.com authored
- When deleting from a cursor the m_rows_changed variable was not properly incremented to indicate that m_share->commit_count should be cleared at end of trans.
-
gluh@eagle.intranet.mysql.r18.ru authored
The columns CHARACTER_MAXIMUM_LENGTH and CHARACTER_OCTET_LENGTH of INFORMATION_SCHEMA.COLUMNS must be NULL for numeric columns
-
- 30 Mar, 2005 1 commit
-
-
kent@mysql.com authored
Added option --with-big-tables
-
- 23 Mar, 2005 1 commit
-
-
gbichot@quadita2.mysql.com authored
"After Monty's review" changes to the fix for BUG#8325 "Deadlock in replication thread stops replication": s/sleep/safe_sleep (thread safe); sleep 0/1/2/3/4/5/5/5 (get slave less late); no message on error log (deadlock is too common sometimes), a global counter instead (SHOW STATUS LIKE 'slave_retried_transactions'). Plus a fix for libmysql/Makefile.shared
-
- 22 Mar, 2005 1 commit
-
-
mysqldev@mysql.com authored
New privilege CREATE USER (CREATE_USER_ACL, Create_user_priv) added grant2.test: new tests (mostly backported from jani's patch) system_mysql_db.result, sp.result, grant2.result, grant.result: results updated
-
- 21 Mar, 2005 1 commit
-
-
gbichot@production.mysql.com authored
of SET ONE_SHOT; storing tz info directly in event (if this info is needed), it's now allowed to have different global tz on master and slave.
-
- 17 Mar, 2005 2 commits
-
-
paul@frost.snake.net authored
-
gbichot@quadxeon.mysql.com authored
When we come to create these, they may already exist and it's necessary to delete these old, useless copies.
-
- 15 Mar, 2005 2 commits
-
-
patg@krsna. authored
Konstja and Georg, change sets 1.1806, 1.1805. These changes has been successfully tested on both my own workstation (Suse 9.0) and production.mysql.com.
-
paul@snake-hub.snake.net authored
Fix path that needs no parameterization.
-
- 14 Mar, 2005 2 commits
-
-
reggie@mdk10.(none) authored
This really should not happen on Windows and part of the problem not fixed here is why show create table includes data directory when being run on Windows. However, this patch fixes the bug in mysqldump.c mysqldump.c: Added fixPaths function to convert \ to / in data directory and index directory entries only on Windows
-
msvensson@neptunus.(none) authored
- Moved static variables defined inside of function to file scope to avoid this linking problem on FC3
-
- 07 Mar, 2005 1 commit
-
-
gbichot@quadita2.mysql.com authored
(whereas it's 0 in 4.1, for safety as this is new code).
-
- 06 Mar, 2005 1 commit
-
-
georg@lmy002.wdf.sap.corp authored
-
- 05 Mar, 2005 1 commit
-
-
igor@linux.local authored
Logging to logging@openlogging.org accepted func_group.result, func_group.test: Added a test case for bug #8893. opt_sum.cc: A misplaced initialization for the returned parameter prefix_len in the function find_key_for_maxmin caused usage of a wrong key prefix by the min/max optimization in cases when the matching index was not the first index that contained the min/max field.
-
- 23 Feb, 2005 2 commits
-
-
reggie@mdk10.(none) authored
logging_ok: Logging to logging@openlogging.org accepted mi_packrec.c: Using HAVE_SYS_MMAN_H to protect include of sys/mman.h and replaced calls to mmap and munmap with my_mmap and my_munmap mi_extra.c: Now using HAVE_SYS_MMAN_H to protect include of sys/mman.h my_mmap.c: Changed how no mmap message is printed for Windows sql_map.cc: Changed HAVE_MMAP to HAVE_SYS_MMAN_H and replaced calls to mmap and munmap with my_mmap and my_munmap
-
bell@52.0.168.192.in-addr.arpa authored
-
- 15 Feb, 2005 1 commit
-
-
dean@mysql.com authored
Added bounds check to avoid accessing unallocated FT_DOC array. (BUG #8522)
-
- 14 Feb, 2005 1 commit
-
-
svoj@mysql.com authored
Fix for crash when using a double quote in boolean fulltext query.
-
- 09 Feb, 2005 1 commit
-
-
mskold@bk-internal.mysql.com authored
-
- 04 Feb, 2005 2 commits
-
-
ramil@mysql.com authored
-
ramil@mysql.com authored
-
- 31 Jan, 2005 1 commit
-
-
tulin@mysql.com authored
+ ion shutdown - don't close files that are not open + abort in debug - if closing a fd == -1
-
- 29 Jan, 2005 1 commit
-
-
brian@zim.(none) authored
-
- 28 Jan, 2005 1 commit
-
-
tulin@mysql.com authored
removed usage of SIGRTMIN temorarilly as it causes problems on some platforms
-
- 21 Jan, 2005 1 commit
-
-
patg@pc248.lfp.kcls.org authored
-New tests and results logging_ok: Logging to logging@openlogging.org accepted ha_federated.h: removed quote_data and type_quote (now in the Field class) ha_federated.cc: moved quote_data and type_quote to field class field.h: new methods quote_data and needs_quotes declared field.cc: new field class methods quote_data and needs_quotes (per Monty's request) federated.test: more tests, joins, index tests have_federated_db.require: new name of federated system var federated.result: new test results for federated handler have_federated_db.inc: changed name of variable in test due to change in vars sql_analyse.cc: over-ridden append_escaped to take (String *, char *, uint) per requirements of 'create_where_from_key' method in federated handler. mysql_priv.h: define over-ridden append_escaped to take arguments from 'create_where_from_key' method in federated handler ha_federated.cc: implemented "create_where_from_key" to deal properly with two-byte prefix and multi keys. Initial testing shows it works, but I still need to move quoting to field class and also look at changes per Segei's suggestions.
-
- 17 Jan, 2005 1 commit
-
-
kaa@polly.local authored
-
- 16 Jan, 2005 1 commit
-
-
reggie@bob.(none) authored
Fixed bug by adding code that displays the contents of mysql.host when \p is added as part of the prompt. mysql.cc: Added code to display mysql.host as prompt when using shared memory
-
- 14 Jan, 2005 1 commit
-
-
msvensson@neptunus.homeip.net authored
FC3 fix
-
- 12 Jan, 2005 1 commit
-
-
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
-
- 07 Jan, 2005 1 commit
-
-
brian@zim.(none) authored
-
- 05 Jan, 2005 1 commit
-
-
jonas@mysql.com authored
-
- 02 Jan, 2005 1 commit
-
-
paul@snake-hub.snake.net authored
Silence compiler warning.
-
- 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
-