An error occurred fetching the project authors.
- 10 Feb, 2005 2 commits
-
-
konstantin@mysql.com authored
-
pem@mysql.comhem.se authored
-
- 08 Feb, 2005 2 commits
-
-
hf@deer.(none) authored
-
pem@mysql.comhem.se authored
Collect all tables and SPs refered by a statement, and open all tables with an implicit LOCK TABLES. Do find things refered by triggers and views, we open them first (and then repeat this until nothing new is found), before doing the actual lock tables.
-
- 05 Feb, 2005 1 commit
-
-
monty@mysql.com authored
Cleanup during reviews of new pushed code
-
- 01 Feb, 2005 2 commits
-
-
acurtis@pcgem.rdg.cyberkinetica.com authored
-
acurtis@pcgem.rdg.cyberkinetica.com authored
Support for COMMIT/ROLLBACK optional arguments
-
- 31 Jan, 2005 1 commit
-
-
acurtis@pcgem.rdg.cyberkinetica.com authored
Fix for merge from 4.1
-
- 30 Jan, 2005 1 commit
-
-
acurtis@pcgem.rdg.cyberkinetica.com authored
Fix replication for multi-update new test - rpl_multi_update2
-
- 27 Jan, 2005 2 commits
-
-
serg@serg.mylan authored
fix for binlog+autocommit+tclog comments, style fixes
-
gluh@gluh.mysql.r18.ru authored
-
- 25 Jan, 2005 2 commits
-
-
jimw@mysql.com authored
always initialized. (Bug #5569)
-
konstantin@mysql.com authored
-
- 24 Jan, 2005 2 commits
-
-
gluh@gluh.mysql.r18.ru authored
- Do not allow a column list as part of SHOW WITH WHERE task. - The WHERE clause must accept field names which are valid in SHOW, not INFORMATION_SCHEMA names.
-
serg@serg.mylan authored
-
- 19 Jan, 2005 1 commit
-
-
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.
-
- 16 Jan, 2005 1 commit
-
-
serg@serg.mylan authored
-
- 12 Jan, 2005 3 commits
-
-
konstantin@mysql.com authored
-
konstantin@mysql.com authored
case will be added to client_test in 4.1
-
monty@mysql.com authored
-
- 07 Jan, 2005 1 commit
-
-
brian@zim.(none) authored
-
- 06 Jan, 2005 2 commits
-
-
bell@sanja.is.com.ua authored
-
monty@mysql.com authored
Split TABLE to TABLE and TABLE_SHARE (TABLE_SHARE is still allocated as part of table, will be fixed soon) Created Field::make_field() and made Field_num::make_field() to call this Added 'TABLE_SHARE->db' that points to database name; Changed all usage of table_cache_key as database name to use this instead Changed field->table_name to point to pointer to alias. This allows us to change alias for a table by just updating one pointer. Renamed TABLE_SHARE->real_name to table_name Renamed TABLE->table_name to alias Renamed TABLE_LIST->real_name to table_name
-
- 04 Jan, 2005 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 03 Jan, 2005 3 commits
-
-
monty@mysql.com authored
This fixed a bug in prepared statements when used with outher joins Fixed a bug in SUM(DISTINCT) when used with prepared statements. Some safety fixes in test scripts to ensure that previous test failures shouldn't affect other tests
-
jimw@mysql.com authored
-
monty@mysql.com authored
(Old code failed for INSERT ... ON DUPLICATE with prepared statements) Instead, always reset table->insert_values on open.
-
- 31 Dec, 2004 1 commit
-
-
monty@mysql.com authored
This allows use to use INSERT IGNORE ... ON DUPLICATE ...
-
- 30 Dec, 2004 2 commits
-
-
monty@mysql.com authored
-
gluh@gluh.mysql.r18.ru authored
added syntax: 'show variables where', 'show status where', 'show open tables where'
-
- 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).
-
- 27 Dec, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 24 Dec, 2004 2 commits
-
-
vtkachenko@intelp4d.mysql.com authored
tabs replaced ha_innodb.cc: Comments removed
-
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 2 commits
-
-
acurtis@pcgem.rdg.cyberkinetica.com authored
-
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)
-
- 18 Dec, 2004 3 commits
-
-
gluh@gluh.mysql.r18.ru authored
-
gluh@gluh.mysql.r18.ru authored
-
monty@mysql.com authored
Add support for VARCHAR with 1 or 2 length bytes Enable VARCHAR packing in MyISAM files (previous patch didn't pack data properly) Give error if we got problems in temporary tables during a SELECT Don't use new table generated by ALTER TABLE if index generation fails Fixed wrong call by range_end() (Could cause an ASSERT in debug mode)
-
- 17 Dec, 2004 1 commit
-
-
guilhem@mysql.com authored
Fix for BUG#7358: removing warning reporting of mysqldump 4.1.8 when calling SHOW CREATE DATABASE, as we deal almost gracefully with it (back to behaviour of 4.1.7). Warning was not fatal: mysqldump continued. And the good thing is that it helped spot that starting from 4.1.7, SHOW CREATE DATABASE failed (if --single-transaction and first db has non-empty InnoDB table and there is a second db) and thus mysqldump produced CREATE DATABASE statements missing the CHARACTER SET clause. Removing the bug which was in the server, and the warning reporting in mysqldump (compatibility with old servers).
-