- 02 Aug, 2005 1 commit
-
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
- 01 Aug, 2005 1 commit
-
-
sasha@asksasha.com authored
into asksasha.com:/reiser-data/mysql-dev/mysql-4.1
-
- 31 Jul, 2005 4 commits
-
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/dev/mysql-4.1-0
-
igor@rurik.mysql.com authored
Modified test case for bug #12144.
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/mysql-4.1
-
igor@rurik.mysql.com authored
If GROUP_CONCAT is calculated we always put its argument into a temp table, even when the argument is a constant item.
-
- 30 Jul, 2005 1 commit
-
-
sasha@asksasha.com authored
to connect
-
- 29 Jul, 2005 6 commits
-
-
georg@lmy002.wdf.sap.corp authored
macro floatget was missing in config-win.h
-
lenz@mysql.com authored
(thanks to JoergB for spotting it)
-
igor@rurik.mysql.com authored
Added a test case for bug #12095. sql_class.h: Fixed bug #12095: a join query with GROUP_CONCAT over a single row table. Added a flag to the TMP_TABLE_PARAM class forcing to put constant items generated after elimination of a single row table into temp table in some cases (e.g. when GROUP_CONCAT is calculated over a single row table). bk ci sql/item_sum.cc Fixed bug #12095: a join query with GROUP_CONCAT over a single row table. If GROUP_CONCAT is calculated we always put its argument into a temp table, even when the argument is a constant item. sql_select.cc: Fixed bug #12095: a join query with GROUP_CONCAT over one row table. If temp table is used to calculate GROUP_CONCAT the argument should be always put into this table, even when it is a constant item.
-
sasha@asksasha.com authored
-
sasha@asksasha.com authored
-
igor@rurik.mysql.com authored
Made the test case for bug #12144 independent on other tests.
-
- 28 Jul, 2005 6 commits
-
-
igor@rurik.mysql.com authored
Modified the test case for patch of the bug #12144 to display status of Handler_read_next before and after the tested query.
-
igor@rurik.mysql.com authored
-
igor@rurik.mysql.com authored
Fixed bug #12144. Added an optimization that avoids key access with null keys for the 'ref' method when used in outer joins. The regilar optimization with adding IS NOT NULL expressions is not applied for outer join on expressions as the predicates of these expressions are not pushed down in 4.1. null_key.result, null_key.test: Added a test case for bug #12144.
-
joerg@mysql.com authored
-
joerg@mysql.com authored
Fix for CAN-2005-1849 from zlib-1.2.3 (originally: 2005/07/27 14:55:08+02:00 lenz@mysql.com ) Ensure static linking takes the bundled libraries (originally: 2005/07/27 16:42:13+02:00 lenz@mysql.com ) Version number change.
-
monty@mysql.com authored
-
- 27 Jul, 2005 11 commits
-
-
monty@mysql.com authored
(This is because conds may not be a constant) This bug caused a failure in the test suite for select.test becasue for prepared statements in one case a 'constant sub query' was not regarded as a constant Sanja will as a separate task check if we can fix that the sub query can be recognized as a constant Bug #12217
-
lenz@mysql.com authored
-
lenz@mysql.com authored
potential zlib security vulnerability (CAN-2005-1849). Fix was taken from the official zlib-1.2.3 distribution (no other zlib-1.2.3 changes were applied)
-
monty@mysql.com authored
Moved test for 'show full processlist' to not_embedded_server.test becasue it could fail on a slow computer where previous connections has not yet disconnected
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.1
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.1
-
monty@mysql.com authored
Change argument order to be database, tablename for some functions
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.1.11329
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.1.9110
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.1.10839
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.1.6740
-
- 26 Jul, 2005 10 commits
-
-
marko@hundin.mysql.fi authored
into hundin.mysql.fi:/home/marko/mysql-4.1
-
hf@deer.(none) authored
-
monty@mysql.com authored
Fixed portability problem with bool in C programs Moved close_thread_tables out from LOCK_thread_count mutex (safety fix) my_sleep() -> pthread_cond_timedwait()
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-4.1.b12109
-
bar@mysql.com authored
ctype-cp932.c: ctype-gbk.c: ctype-mb.c: ctype-simple.c: ctype-sjis.c: ctype-ucs2.c: ctype-ujis.c: ctype-utf8.c: Adding explicit cast to return type in pointer substructions to avoid warnings from some compilers.
-
marko@hundin.mysql.fi authored
data files. Previously, writes were flushed until the doublewrite buffer was created. That would be too slow on systems where os_file_flush() [or fsync(2)] is slow. (Bug #12125)
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-4.1.b10201
-
bar@mysql.com authored
Adding test item_sum.cc: Adding a call for collation/charset aggregation, to collect attributes from the arguments. The actual bug fix. item_func.h, item_func.cc, item.h, item.cc: - Removing collation aggrgation functions from Item_func class in item.cc, and adding it as non-class functions in item.cc to be able to reuse this code for group_concat. - Adding replacement for these functions into Item_func class as wrappers for moved functions, to minizize patch size,
-
hf@deer.(none) authored
-
joreland@mysql.com authored
into mysql.com:/home/jonas/src/mysql-4.1-push
-