| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
and affected test results.
|
|
|
|
| |
Improvement natural join code in the setup_conds().
|
|
|
|
| |
Deprecate the use of TYPE=... Preferred syntax is ENGINE=
|
|\ |
|
| |
| |
| |
| |
| | |
Change optimizer to prefer key lookups before table scan
Change table scans to be done after tables with constrains on scanned table
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
bmove_allign -> bmove_align
Added OLAP function ROLLUP
Split mysql_fix_privilege_tables to a script and a .sql data file
Added new (MEMROOT*) functions to avoid calling current_thd() when creating some common objects.
Added table_alias_charset, for easier --lower-case-table-name handling
Better SQL_MODE handling (Setting complex options also sets sub options)
New (faster) assembler string functions for x86
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| |
| |
| | |
Use 0x.... as strings if 'new' mode. (bug 152)
Don't report -max on windows when InnoDB is enabled. (bug 332)
Reset current_linfo; This could cause a hang when doing PURGE LOGS.
Fix for row numbers in EXPLAIN (bug 322)
Fix that USE_FRM works for all table types (bug 97)
|
| |\
| | |
| | |
| | |
| | |
| | | |
Set innobase_flush_log_at_trx_commit to 1 by default
Fix problem with timestamp on 64 bit systems
Reserve alarms for up to 10 slave threads
|
| | |
| | |
| | |
| | | |
Backported fix from 4.1 for bug 212: SELECT query containing a NATURAL JOIN and parentheses in the WHERE clause
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Fix for LEFT/RIGHT/MID with multi-byte-character sets (bug 314)
Fix for new bison 1.875
max_insert_delayed_threads and delayed_insert_timeout now works as documented (bug 211)
Don't show port in SHOW PROCESSLIST for system threads
Fix problem with ORDER BY being discarded for some DISTINCT queries (bug 275)
Fixed bug with NATURAL LEFT JOIN, NATURAL RIGHT JOIN and RIGHT JOIN when
using many joined tables (Bug 212)
|
|\ \ \
| |/ / |
|
| | | |
|
| |\ \
| | |/ |
|
| | |
| | |
| | |
| | | |
pt_range.cc::sel_cmp()
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| |/ / |
|
| | |
| | |
| | |
| | |
| | |
| | | |
Added ALL as parameter option for all group functions.
Make join handling uniform. This allows us to use ',', JOIN and INNER JOIN the same way.
Sort NULL last if DESC is used (ANSI SQL 99 requirement)
|
|/ /
| |
| |
| | |
Some changes to the prepared statement protocol to make it easier to use and faster.
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
Fix for ctypes on windows
Cleanup max_queries_per_hour
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Bug fix when using --no-deaults
Sets ref_length to right value (faster rnd_pos() handling in InnoDB).
Fixed problem with multi-table-delete and InnoDB
Fixed problem with truncate table, which required a COMMIT before.
Fixed multi-table-delete bug with InnoDB.
Remove not used index from EXPLAIN
|
| |
| |
| |
| | |
mysqltest: replace_result now also affects error messages
|
| |
| |
| |
| |
| | |
Portability fixes.
Don't delete temporary tables on FLUSH tables.
|
|/ |
|
|
|
|
| |
date_column is declared as NOT NULL.
|
|
|
|
| |
Fixed bug in JOIN
|
|
|
|
| |
Fixed some wrong test cases
|
|
A lot of new tests to mysqltest
Fixed bug with BDB tables and autocommit
|