An error occurred fetching the project authors.
- 01 Sep, 2005 1 commit
-
-
lars@mysql.com authored
-
- 31 Aug, 2005 1 commit
-
-
lars@mysql.com authored
rpl_replicate_do.result: New test case sql_parse.cc: All SET statements should be executed by slave thd rpl_replicate_do.test: New test case
-
- 29 Aug, 2005 1 commit
-
-
ingo@mysql.com authored
Supplied the default database name for ALTER TABLE ... RENAME for the new table instead of the old tables db like we do for other ALTERs.
-
- 15 Aug, 2005 1 commit
-
-
lars@mysql.com authored
-
- 13 Aug, 2005 1 commit
-
-
tsmith@.mysql.com authored
Don't skip SET command even if --replicate-wild* says to. E.g., SET ONE_SHOT TIME_ZONE = 'XYZ' should be executed (BUG #12542)
-
- 08 Aug, 2005 1 commit
-
-
monty@mysql.com authored
- Fixed some error condtion when handling dates with 'T' - Added extra test for bug #11867 (Wrong result with "... WHERE ROW( a, b ) IN ( SELECT DISTINCT a, b WHERE ...)" to show it's not yet fixed - Safety fixes and cleanups
-
- 07 Aug, 2005 1 commit
-
-
acurtis@xiphis.org authored
"INSERT .. SELECT ... ON DUPLICATE KEY UPDATE fails" Ensure that check_insert_fields() is only called once when doing an INSERT..SELECT
-
- 05 Aug, 2005 1 commit
-
-
ingo@mysql.com authored
Added a check before taking a global read lock if the own thread has a write locked table.
-
- 25 Jul, 2005 1 commit
-
-
jimw@mysql.com authored
was used. (Bug #10724)
-
- 23 Jul, 2005 1 commit
-
-
hf@deer.(none) authored
-
- 13 Jul, 2005 1 commit
-
-
konstantin@mysql.com authored
data": remove the fix for another bug (8807) that added OUTER_REF_TABLE_BIT to all subqueries that used a placeholder to prevent their evaluation at prepare. As this bit hanged in Item_subselect::used_tables_cache for ever, a constant subquery with a placeholder was never evaluated as such, which caused wrong choice of the execution plan for the statement. - to fix Bug#8807 backport a better fix from 5.0 - post-review fixes.
-
- 28 Jun, 2005 2 commits
-
-
monty@mysql.com authored
This fixed a failure of insert_update.test on some platforms
-
jimw@mysql.com authored
max_user_connections is also set. (Bug #9947)
-
- 27 Jun, 2005 2 commits
-
-
monty@mishka.local authored
Fixes while reviewing new pushed code NULL as argument to encrypt/decrypt should return NULL without a warning
-
monty@mishka.local authored
#9728 'Decreased functionality in "on duplicate key update #8147 'a column proclaimed ambigous in INSERT ... SELECT .. ON DUPLICATE' This ensures fields are uniquely qualified and also that one can't update other tables in the ON DUPLICATE KEY UPDATE part
-
- 23 Jun, 2005 1 commit
-
-
evgen@moonbone.local authored
Fix for fix for bug #9728 Error caused server hang on prepared insert ... select
-
- 22 Jun, 2005 1 commit
-
-
evgen@moonbone.local authored
Remove changes made by bug fix #8147. They strips list of insert_table_list to only insert table, which results in error reported in bug #9728. Added flag to Item to resolve ambigous fields reported in bug #8147.
-
- 21 Jun, 2005 1 commit
-
-
elliot@mysql.com authored
-
- 17 Jun, 2005 2 commits
-
-
jimw@mysql.com authored
in a multi-table update query. (Bug #9979)
-
elliot@mysql.com authored
subselects is used.
-
- 16 Jun, 2005 2 commits
-
-
konstantin@mysql.com authored
Bug#8367 "low log doesn't gives complete information about prepared statements" Implement status variables for prepared statements commands (a port of the patch by Andrey Hristov). See details in comments to the changed files. No test case as there is no way to test slow log/general log in mysqltest.
-
konstantin@mysql.com authored
ALTER, OPTIMIZE and ANALYZE statements". In 4.1 we disabled logging of slow admin statements. The fix adds an option to enable it back. No test case (slow log is not tested in the test suite), but tested manually. + post-review fixes (word police mainly).
-
- 07 Jun, 2005 1 commit
-
-
lars@mysql.com authored
-
- 02 Jun, 2005 2 commits
-
-
monty@mysql.com authored
-
brian@zim.(none) authored
Mainly cleanups for gcc 4.0. Some small pieces from looking at -Wall. Removed a number of dumb things in ha_tina.
-
- 01 Jun, 2005 1 commit
-
-
lars@mysql.com authored
If a create table can not do implicit commit, the stmt now fails CREATE/DROP TEMPORARY TABLE is now flushed to binlog
-
- 31 May, 2005 1 commit
-
-
ingo@mysql.com authored
1.) Added a new option to mysql_lock_tables() for ignoring FLUSH TABLES. Used the new option in create_table_from_items(). It is necessary to prevent the SELECT table from being reopend. It would get new storage assigned for its fields, while the SELECT part of the command would still use the old (freed) storage. 2.) Protected the CREATE TABLE and CREATE TABLE ... SELECT commands against a global read lock. This prevents a deadlock in CREATE TABLE ... SELECT in conjunction with FLUSH TABLES WITH READ LOCK and avoids the creation of new tables during a global read lock. 3.) Replaced set_protect_against_global_read_lock() and unset_protect_against_global_read_lock() by wait_if_global_read_lock() and start_waiting_global_read_lock() in the INSERT DELAYED handling.
-
- 27 May, 2005 1 commit
-
-
lars@mysql.com authored
-
- 25 May, 2005 1 commit
-
-
monty@mysql.com authored
Faster detection of wrong table names (like PRN) on windows
-
- 24 May, 2005 2 commits
-
-
acurtis@xiphis.org authored
-
acurtis@xiphis.org authored
Only acquire necessary write lock for multi-delete
-
- 28 Apr, 2005 1 commit
-
-
jimw@mysql.com authored
being exceeded. (Bug #9947)
-
- 02 Apr, 2005 1 commit
-
-
jimw@mysql.com authored
-
- 30 Mar, 2005 1 commit
-
-
serg@serg.mylan authored
-
- 26 Mar, 2005 1 commit
-
-
serg@serg.mylan authored
-
- 24 Mar, 2005 1 commit
-
-
msvensson@neptunus.(none) authored
-
- 23 Mar, 2005 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 14 Mar, 2005 1 commit
-
-
"Access denied to database mysql" was actually not just misleading, but also wrong. Bug#7905.
-
- 21 Feb, 2005 2 commits
-
-
paul@snake-hub.snake.net authored
Fix compiler complaint.
-
konstantin@mysql.com authored
-