| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| | |
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | | |
into mysql.com:/home/psergey/mysql-4.0-look
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
temporary tables:
Call file->extra() with HA_STATUS_CONST in mysqld_show_keys.
The fix will not be merged into 4.1/5.0 because they don't have this problem already.
|
|\ \ \
| | | |
| | | |
| | | | |
into mysql.com:/home/bk/b8412-mysql-4.0
|
| |\ \ \
| | |_|/
| |/| |
| | | | |
into mysql.com:/home/bk/b7879-mysql-4.0
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
reading tables in "complex" SQL statements. If inserts happen in a
table being read, the statements have no serialization order and the
change can therefore not be reproduced on the slave.
|
| |\ \ \
| | | | |
| | | | |
| | | | | |
into rurik.mysql.com:/home/igor/dev/mysql-4.0-0
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Added a test case for bug #8392.
sql_delete.cc:
Fixed bug #8392.
The bug caused a crash for a delete statement with ORDER BY
that explicitly referred to the modified table.
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | | |
into hundin.mysql.fi:/home/marko/k/mysql-4.0
|
| | |/ / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
DIFFERENT host"
This fixes also the reverse lookup bug introduced by the previous patch
|
| |/ / /
| | | |
| | | |
| | | | |
(Bug #5822)
|
|/ / /
| | |
| | |
| | |
| | | |
epilogue to an SQL statement should not have an error code even
when the SQL statement itself has an error code.
|
|\ \ \
| | | |
| | | |
| | | | |
into sanja.is.com.ua:/home/bell/mysql/bk/work-4.0
|
| | | | |
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | | |
After revision of the fix for bug #7520.
table.cc:
Revised the fix for bug #7520.
Made it compliant with 5.0 code where the bug does not exist.
|
| |/
|/|
| |
| |
| |
| |
| |
| | |
Added a test case for bug #7520.
table.cc:
Fixed bug #7520.
The bug was caused by a wrong calculation of the field max_key_length for
a TABLE structure when there was an index on a blob field.
|
| |
| |
| |
| |
| | |
incorrect results when the input was a constant across a multi-row SELECT
statement. (Bug #8248)
|
|\ \
| | |
| | |
| | | |
into mysql.com:/home/jimw/my/mysql-4.0-clean
|
| | |
| | |
| | |
| | | |
always initialized. (Bug #5569)
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | | |
into hundin.mysql.fi:/home/marko/k/mysql-4.0
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Fix replication for multi-update
new test - rpl_multi_update2
|
|\ \ \ \
| |/ / /
|/| | |
| | | | |
into hundin.mysql.fi:/home/marko/k/mysql-4.0
|
| | | | |
|
| |\ \ \
| | | | |
| | | | |
| | | | | |
into hundin.mysql.fi:/home/marko/k/mysql-4.0
|
| | | | | |
|
|\ \ \ \ \
| | |/ / /
| |/| | |
| | | | | |
into mysql.com:/home/mydev/mysql-4.0-4000
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Added a test case for bug #7672.
sql_yacc.yy:
Fixed bug #7672.
Made queries of the form (SELECT ...) ORDER BY ... to
be equivalent to SELECT ... ORDER BY ...
|
|\ \ \ \
| |/ / /
| | | |
| | | | |
into mysql.com:/home/mydev/mysql-4.0-4000
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Added a test case for bug #7945.
sql_select.cc:
Fixed bug #7945. If DISTINCT is used only with constants
in a query with GROUP BY, we can apply an optimization
that set LIMIT to 1 only in the case when there is
no SQL_CALC_FOUND_ROWS.
|
|\ \ \
| |/ /
|/| |
| | | |
into mysql.com:/home/mydev/mysql-4.0-4000
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Version for 4.0. Committed for merge.
If the result table is one of the select tables in INSERT SELECT,
we must not disable the result tables indexes before selecting.
mysql_execute_command() detects the match for other reasons and
adds the flag OPTION_BUFFER_RESULT to the 'select_options'.
In this case the result is put into a temporary table first.
Hence, we can defer the preparation of the insert
table until the result is to be used.
|
|\ \ \
| | | |
| | | |
| | | | |
into mysql.com:/home/jimw/my/mysql-4.0-clean
|
| | | |
| | | |
| | | |
| | | | |
set to a negative value. (Bug #7700)
|
|\ \ \ \
| |_|/ /
|/| | |
| | | | |
into mysql.com:/home/dlenev/src/mysql-4.0-bg7884
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
macros.
It does not fixes any bugs in 4.0. But it prevents from future error in
any bugfixes that may use these macros. Also after merging into 4.1 tree
this cleanup will fix bug #7884 "Able to add invalid unique index on
TIMESTAMP prefix".
|
| | | | |
|
| |/ /
|/| | |
|
| | |
| | |
| | |
| | | |
Fix a theoretical hang over the adaptive hash latch in InnoDB if one runs INSERT ... SELECT ... (binlog not enabled), or a multi-table UPDATE or DELETE, and only the read tables are InnoDB type, the rest are MyISAM; this also fixes bug #7879 for InnoDB type tables
|
|\ \ \
| | | |
| | | |
| | | | |
into hundin.mysql.fi:/home/marko/k/mysql-4.0
|
| | | |
| | | |
| | | |
| | | | |
open interface for setting the "delete-on-close" flag.
|
| | | |
| | | |
| | | |
| | | | |
case will be added to client_test in 4.1
|
|\ \ \ \
| |/ / /
|/| | |
| | | | |
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
|
| | | | |
|
| |_|/
|/| |
| | |
| | |
| | | |
mysql_admin_table() attempted to write to a vio which was 0. I could have fixed mysql_admin_table()
but fixing my_net_write() looked more future-proof.
|
| | | |
|
|\ \ \
| |_|/
|/| |
| | | |
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
|