An error occurred fetching the project authors.
- 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.
-
- 06 Dec, 2004 1 commit
-
-
monty@mysql.com authored
Renamed HA_VAR_LENGTH to HA_VAR_LENGTH_PART Renamed in all files FIELD_TYPE_STRING and FIELD_TYPE_VAR_STRING to MYSQL_TYPE_STRING and MYSQL_TYPE_VAR_STRING to make it easy to catch all possible errors Added support for VARCHAR KEYS to heap Removed support for ISAM Now only long VARCHAR columns are changed to TEXT on demand (not CHAR) Internal temporary files can now use fixed length tables if the used VARCHAR columns are short
-
- 22 Nov, 2004 1 commit
-
-
Added check for duplicate column in key Added tests and fixed tests which exploit bug
-
- 18 Nov, 2004 1 commit
-
-
petr@mysql.com authored
InnoDB status variables
-
- 20 Oct, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 15 Sep, 2004 1 commit
-
-
wax@kishkin.ru authored
porting mysql_test_run on Linux and Windows
-
- 23 Aug, 2004 1 commit
-
-
heikki@hundin.mysql.fi authored
Fix mysql-test failure in the 5.0 tree on Aug 23: label seems to be a reserved word in 5.0, and we to use it a s a column name we must but it inside backticks
-
- 15 Jul, 2004 1 commit
-
-
marko@hundin.mysql.fi authored
(Bug #4446)
-
- 19 May, 2004 1 commit
-
-
dlenev@brandersnatch.localdomain authored
rpl_relayrotate.test to innodb.test since this test requires innodb support.
-
- 15 May, 2004 1 commit
-
-
monty@mysql.com authored
-
- 14 May, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 11 May, 2004 1 commit
-
-
monty@mysql.com authored
Prefer not automatic keys before automatic keys. If there is two conf
-
- 31 Mar, 2004 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
-
- 22 Feb, 2004 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 16 Feb, 2004 2 commits
-
-
monty@mysql.com authored
Fixed that blobs >16M can be inserted/updated Fixed bug when doing CREATE TEMPORARY TABLE ... LIKE
-
monty@mysql.com authored
Added more DBUG statements Ensure that we are comparing end space with BINARY strings Use 'any_db' instead of '' to mean any database. (For HANDLER command) Only strip ' ' when comparing CHAR, not other space-like characters (like \t)
-
- 01 Feb, 2004 1 commit
-
-
heikki@hundin.mysql.fi authored
Change tests so that tables are dropped in an order respecting the FOREIGN KEY constraints
-
- 30 Jan, 2004 1 commit
-
-
monty@mysql.com authored
Fixed parsing of column names and foreign key constraints in Innobase to handle quoted identifiers and identifiers with space. (Bug #1725) Fix optimizer tuning bug when first used key part was a constant. (Bug #1679)
-
- 19 Dec, 2003 1 commit
-
-
monty@mysql.com authored
Cleaned up embedded library access and query cache handling Changed min stack size to 128K (to allow longer MyISAM keys) Fixed wrong priority for XOR (should be less than NEG to get -1^1 to work)
-
- 12 Dec, 2003 1 commit
-
-
monty@mysql.com authored
Fixed problem with char > 128 in QUOTE() function. (Bug #1868) Disable creation of symlinks if my_disable_symlink is set Fixed searching of TEXT with end space. (Bug #1651) Fixed caching bug in multi-table-update where same table was used twice. (Bug #1711) Fixed problem with UNIX_TIMESTAMP() for timestamps close to 0. (Bug #1998) Fixed timestamp.test
-
- 10 Dec, 2003 1 commit
-
-
Deprecate the use of TYPE=... Preferred syntax is ENGINE=
-
- 04 Dec, 2003 1 commit
-
-
monty@mysql.com authored
move bdb/innodb tests to right places
-
- 15 Nov, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 08 Oct, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Remove wait_if_global_read_lock on commit as this can cause deadlocks
-
- 03 Sep, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 28 Aug, 2003 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
This commit is related to my previos one(ChangeSet 1.1583 03/08/27 18:03:39). Note about COMMIT&ROLLBACK: Only 'COMMIT' statement updates the binary log. 'ROLLBACK' statement doesn't update the binlog.
-
- 22 Aug, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 18 Aug, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Use server character set if --default-character-set is not used Added convert_string() for more efficient alloc+character-set convert of strings
-
- 20 Jul, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 03 Jul, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Tests cleanup (put drop database first in tests)
-
- 02 Jul, 2003 2 commits
-
-
heikki@hundin.mysql.fi authored
Remove all nondeterministic tests from innodb.test; but I have to study why on 64 bits we get different estimates
-
heikki@hundin.mysql.fi authored
Remove nondeterministic EXPLAIN SELECT which gives on 64-bit platforms a slightly different estimate (sometimes we should study why we get different results on 64-bit and 32-bit)
-
- 27 Jun, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Added command 'replace_column' to mysqltest
-
- 14 Jun, 2003 1 commit
-
-
heikki@hundin.mysql.fi authored
Merge InnoDB-4.0.14: SAVEPOINT now implemented; InnoDB now accepts also column prefix keys; crashing bug in ON UPDATE CASCADE fixed; page checksum formula fixed
-
- 21 May, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Added initialization of all important global variables
-
- 13 May, 2003 2 commits
-
-
lenz@mysql.com authored
nodeterministic results on some platforms
-
monty@mashka.mysql.fi authored
Allow syntax CREATE TABLE t1 (LIKE t2)
-
- 03 May, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
-
- 29 Apr, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 28 Apr, 2003 1 commit
-
-
lenz@mysql.com authored
(the results are nondeterministic and provide different output on 32bit and 64bit architectures)
-