- 13 Mar, 2005 8 commits
-
-
konstantin@mysql.com authored
into mysql.com:/media/sda1/mysql/mysql-5.0-926
-
konstantin@mysql.com authored
into mysql.com:/media/sda1/mysql/mysql-5.0-926
-
konstantin@mysql.com authored
implementation of AVG(DISTINCT) which utilizes the approach with Fields. The patch implemented in October is portede to the up-to-date tree containing DECIMAL type. Tests for AVG(DISTINCT) (although there is not much to test provided that SUM(DISTINCT) works), cleanups for COUNT(DISTINCT) and GROUP_CONCAT() will follow in another changeset.
-
heikki@hundin.mysql.fi authored
Correct web links fil0fil.c: Correct (?) English grammar
-
heikki@hundin.mysql.fi authored
Add a settable session variable innodb_support_xa; setting it to 0 can save up to 10 % of CPU time and 150 bytes of space in each undo log trx0trx.h, trx0undo.c, trx0trx.c, trx0roll.c: Enable XA if innodb_support_xa is not set to 0; make prepare to do log fsync's according to innodb_flush_log_at_trx_commit
-
igor@rurik.mysql.com authored
Correction after manual merge.
-
igor@rurik.mysql.com authored
-
igor@rurik.mysql.com authored
Added a test case for bug #9017. item_cmpfunc.h: A wrong not_null_tables method for Item_cond_xor caused a conversion of a left join into an inner join that was not valid.
-
- 11 Mar, 2005 15 commits
-
-
jimw@mysql.com authored
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-5.0-clean
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-5.0-clean
-
jimw@mysql.com authored
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
jimw@mysql.com authored
-
marko@hundin.mysql.fi authored
row_sel_store_mysql_rec(): Remove unused variable "index".
-
joerg@mysql.com authored
into mysql.com:/M41/mysql-4.1
-
joerg@mysql.com authored
-
ramil@mysql.com authored
into mysql.com:/usr/home/ram/work/5.0.b9029
-
ramil@mysql.com authored
into mysql.com:/usr/home/ram/work/5.0.b9029
-
ramil@mysql.com authored
into mysql.com:/usr/home/ram/work/5.0
-
mwagner@here.mwagner.org authored
into here.mwagner.org:/Users/mwagner/work/bk/mysql-4.1
-
mwagner@here.mwagner.org authored
into here.mwagner.org:/Users/mwagner/work/bk/mysql-5.0
-
mwagner@here.mwagner.org authored
Many changes to improve error handling, and fix problem of multiple packaging processes trampling each other (32 & 64bit at the same time)
-
- 10 Mar, 2005 17 commits
-
-
sergefp@mysql.com authored
into mysql.com:/home/psergey/mysql-5.0-bug8711
-
sergefp@mysql.com authored
-
sergefp@mysql.com authored
Item_func_equal::not_null_tables() always return 0.
-
joerg@mysql.com authored
adapt the Windows build files accordingly.
-
acurtis@pcgem.rdg.cyberkinetica.com authored
-
joerg@mysql.com authored
-
marko@hundin.mysql.fi authored
into hundin.mysql.fi:/home/marko/mysql-5.0
-
timour@mysql.com authored
into mysql.com:/home/timka/mysql/src/5.0-dbg
-
marko@hundin.mysql.fi authored
instead of SYS_TABLES.MIX_LEN, because the latter was not initialized to zero in old MySQL 3.23 releases. This will break existing MySQL/InnoDB 5.0.3-bk databases for which SHOW TABLE STATUS displays Row_format=Compact.
-
marko@hundin.mysql.fi authored
into hundin.mysql.fi:/home/marko/mysql-5.0
-
marko@hundin.mysql.fi authored
Restore sensible values to REC_OFFS_NORMAL_SIZE and REC_OFFS_SMALL_SIZE.
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.0-sp
-
marko@hundin.mysql.fi authored
REC_OFFS_SMALL_SIZE for the initial allocation sizes of arrays passed to rec_get_offsets().
-
ramil@mysql.com authored
-
dlenev@brandersnatch.localdomain authored
Now we should call open_and_lock_tables() even if table list is empty - to cache stored routines used by query and open and lock tables required for their execution.
-
timour@mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0
-