| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
SQL_BIG_RESULT used':
- BIT_AND now returns BIGINT UNSIGNED
- in case there were no matching rows BIT_AND returns 18446744073709551615
(but not NULL), BIT_OR returns 0 (but not NULL). That's how Monty wants it
and how is described in our docs.
|
|
|
|
|
|
|
|
|
| |
"BIT_AND() result in GROUP BY different when SQL_BIG_RESULT used"
return value of BIT_AND changed to BIGINT SIGNED
Also the patch fixes another bug: when temporary table is in use and one of
values in group is NULL, BIT_AND always returns zero.
Fixed it to always skip null values.
|
|
|
|
|
|
| |
Set min value of max_allowed_packet to 1024
Fixed problem with UNION's without braces and SQL_CALC_FOUND_ROWS, LIMIT #,#
and ORDER BY...LIMIT
|
|
|
|
|
| |
Added logging of warnings for failed connections with ssl.
Fixed bug in symbolic link handling on Windows
|
| |
|
| |
|
|
|
|
|
| |
MIN(key_column) could in some cases return NULL on a column with NULL and other values.
MIN(key_column) and MAX(key_column) could in some cases return wrong values when used in OUTER JOIN.
|
|
|
|
|
|
| |
Fixed bugfix of INSERT ... SET db_name.table_name.column_name
Changed locking to external-locking
Fix client hangup for some invalid SQL queries.
|
| |
|
|
|
|
| |
Fix problem with HAVING and MAX() IS NOT NULL
|
|
|
|
| |
Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
|
|
|
|
|
|
| |
Move MAX_BLOB_WIDTH to be global
Added full support for unsigned BIGINT
Fixed spelling errors
|
|
|
|
|
|
| |
New global read lock code
Fixed bug in DATETIME with WHERE optimization
Made UNION code more general.
|
|
|
|
|
|
|
|
| |
New faster list iterators
Change list code to be simpler and faster
Optimize count(distinct)
New error messages for UNION
Make create_tmp_table more general to be usable by UNION
|
|
|
|
|
|
| |
fixed bugs in log seq - now starting to look good
fixes for SHOW BINLOG EVENTS
will push this one
|
|\ |
|
| |
| |
| |
| |
| |
| | |
Fixed problem when converting bigint to double.
Fixed bug in count(distinct null)
Fixed bug with empty BDB tables.
|
| | |
|
| |
| |
| |
| | |
test heap table/tree overflow in count(distinct)
|
|/ |
|
| |
|
|
|