An error occurred fetching the project authors.
- 16 May, 2005 1 commit
-
-
monty@mysql.com authored
-
- 13 May, 2005 1 commit
-
-
serg@serg.mylan authored
bug#10175 - blackhole.test hangs with "Warning: prev link 1 didn't point at previous lock at read: read lock with no write locks" sql/sql_base.cc libmysqld/examples/mysql.cc linking problem
-
- 10 May, 2005 1 commit
-
-
igor@rurik.mysql.com authored
Fixed bug #8528. Representation for single-table views was made similar to representation for multi-table views. view.test: Added test case for bug #8528. view.result: Added test case for bug #8528. Fixed other test cases.
-
- 06 May, 2005 1 commit
-
-
antony@ltantony.mysql.com authored
MySQL server 100% CPU if FLUSH TABLES WITH READ LOCK + INSERT Infinite loop caused by missing update to thd version.
-
- 30 Apr, 2005 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 29 Apr, 2005 1 commit
-
-
hf@deer.(none) authored
-
- 28 Apr, 2005 1 commit
-
-
bell@sanja.is.com.ua authored
if outer refernce (identifier) was resolved with help of cache all subqueries and resolved item itseld have to be correctly marked as dependent (BUG#10041)
-
- 14 Apr, 2005 1 commit
-
-
igor@rurik.mysql.com authored
Added a test in connection with the fix for bug #6106. view.result, view.test: Added test cases for bugs #6106/6107. sql_show.cc: The addition of the case for items of the type REF_ITEM in the function uses_only_table_name_fields became necessary after the fix for bug #6106. sql_base.cc: The problem was due to the fact that two different column references were glued together though one of them belonged to a subquery while another to an outer query. This caused eventually a wrong calculation of values for the used_tables attribute.
-
- 05 Apr, 2005 1 commit
-
-
serg@serg.mylan authored
fix a race condition in TC_LOG_BINLOG::unlog
-
- 04 Apr, 2005 1 commit
-
-
monty@mysql.com authored
Now one gets an error if one tries to insert an invalid value via a stored procedure in STRICT mode. (Bug #5907)
-
- 02 Apr, 2005 1 commit
-
-
bell@sanja.is.com.ua authored
- fixed bug in join view processing - postreview fixes (BUG#9398 & BUG#8703)
-
- 28 Mar, 2005 1 commit
-
-
bell@sanja.is.com.ua authored
(BUG##9398, BUG#8703) fixed wrong join view detection in multi-delete which lead to server crash
-
- 16 Mar, 2005 1 commit
-
-
monty@mysql.com authored
Removed some optional arguments Fixed portability problem in federated tests
-
- 09 Mar, 2005 1 commit
-
-
marty@linux.site authored
-
- 04 Mar, 2005 1 commit
-
-
dlenev@brandersnatch.localdomain authored
and some SP-related cleanups. - We don't have separate stage for calculation of list of tables to be prelocked and doing implicit LOCK/UNLOCK any more. Instead we calculate this list at open_tables() and do implicit LOCK in lock_tables() (and UNLOCK in close_thread_tables()). Also now we support cases when same table (with same alias) is used several times in the same query in SP. - Cleaned up execution of SP. Moved all common code which handles LEX and does preparations before statement execution or complex expression evaluation to auxilary sp_lex_keeper class. Now all statements in SP (and corresponding instructions) that evaluate expression which can contain subquery have their own LEX.
-
- 26 Feb, 2005 1 commit
-
-
serg@serg.mylan authored
-
- 25 Feb, 2005 1 commit
-
-
monty@mysql.com authored
(Found during build process)
-
- 21 Feb, 2005 1 commit
-
-
monty@mysql.com authored
Portability fixes and cleanups Fixed setting of 'res' in mysql_execute_command()
-
- 19 Feb, 2005 1 commit
-
-
monty@mysql.com authored
Lots of small fixes to multi-precision-math path Give Note for '123.4e' Added helper functions type 'val_string_from_real() Don't give warnings for end space for string2decimal() Changed storage of values for SP so that we can detect length of argument without strlen() Changed interface for str2dec() so that we must supple the pointer to the last character in the buffer
-
- 16 Feb, 2005 1 commit
-
-
guilhem@mysql.com authored
-
- 14 Feb, 2005 1 commit
-
-
guilhem@mysql.com authored
and fixing it another way (per Monty; a simpler solution which does not increase the number of binlog events is to always execute DROP TEMPORARY TABLE IF EXISTS on slave). A new test rpl_drop_temp. 2) fixing BUG#8436 "Multiple "stacked" SQL statements cause replication to stop" by setting thd->query_length to the length of the query being executed, not counting the next queries if this is a multi-query. Should also improve display of SHOW PROCESSLIST. A new test rpl_multi_query.
-
- 08 Feb, 2005 3 commits
-
-
jimw@mysql.com authored
within is dropped and lower_case_table_names is set. (Bug #8355)
-
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
-
-
sergefp@mysql.com authored
Outer joins cleanup: Remove TABLE::outer_join and use TABLE::maybe_null only (2nd patch after Monty's comments).
-
- 04 Feb, 2005 1 commit
-
-
guilhem@mysql.com authored
when we close the session's temp tables at session end, we automatically write to binlog *one* DROP TEMPORARY TABLE *per tmp table*.
-
- 30 Jan, 2005 1 commit
-
-
serg@serg.mylan authored
-
- 27 Jan, 2005 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
ChangeSet 1.1803 05/01/24 Additional fix for WL#1629: SHOW with WHERE(discussed with PeterG)
-
- 24 Jan, 2005 3 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.
-
bell@sanja.is.com.ua authored
-
serg@serg.mylan authored
-
- 19 Jan, 2005 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
-
- 16 Jan, 2005 1 commit
-
-
serg@serg.mylan authored
-
- 15 Jan, 2005 1 commit
-
-
monty@mysql.com authored
Fix for BIT(X) field as string
-
- 13 Jan, 2005 1 commit
-
-
monty@mysql.com authored
The bug was that if you have two TL_WRITE_DELAYED at the same time, mi_lock_databases() could be done in the wrong order and we could write the wrong header to the MyISAM index file.
-
- 11 Jan, 2005 2 commits
-
-
hf@deer.(none) authored
-
lenz@mysql.com authored
Windows builds
-
- 07 Jan, 2005 1 commit
-
-
serg@sergbook.mysql.com authored
-
- 06 Jan, 2005 2 commits
-
-
monty@mysql.com authored
After merge fixes
-
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
-