- 04 Aug, 2005 5 commits
-
-
evgen@moonbone.local authored
length. When temporary field created for DATE(LEFT(column,8)) expression, max_length value is taken from Item_date_typecast, and it is getting it from underlaid Item_func_left and it's max_length is 8 in given expression. And all this results in stripping last 2 digits. To Item_date_typecast class added its own fix_length_and_dec() function that sets max_length value to 10, which is proper for DATE field.
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1-build
-
lenz@mysql.com authored
the rpm spec file changelog
-
lenz@mysql.com authored
the MySQL-server RPM spec file (BUG#12348)
-
lenz@mysql.com authored
-
- 03 Aug, 2005 12 commits
-
-
elliot@mysql.com authored
Adds --replace_column to make test results deterministic.
-
elliot@mysql.com authored
into mysql.com:/Users/emurphy/src/work/mysql-4.1-bug12330
-
elliot@mysql.com authored
-
joerg@mysql.com authored
into mysql.com:/M41/mysql-4.1
-
joerg@mysql.com authored
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1
-
heikki@hundin.mysql.fi authored
into hundin.mysql.fi:/home/heikki/mysql-4.1
-
heikki@hundin.mysql.fi authored
Fix compilation error in previous commit
-
heikki@hundin.mysql.fi authored
Fix a bug: InnoDB could in a crash recovery print a big false corruption warning if the first page of an ibdata file was 'recreated' in the buffer pool; this could happen, for example, if a table was dropped, and the page used later
-
heikki@hundin.mysql.fi authored
into hundin.mysql.fi:/home/heikki/mysql-4.1
-
heikki@hundin.mysql.fi authored
Backport of Bug #9670 to 4.0: assertion failure in ut_a(cursor->old_stored == BTR_PCUR_OLD_STORED)
-
lenz@mysql.com authored
- Moved a few DBUG_ENTER statements after the variable declarations to satisfy some compilers (e.g. gcc-2.95.x, gcc-2.96, IBM xlc_r) in ndb/src/common/portlib/NdbMutex.c and ndb/src/common/portlib/NdbThread.c - portability fix for FreeBSD 4.x and HPUX: replaced atoll() with strtoll() in ndb/tools/config.cpp
-
- 02 Aug, 2005 12 commits
-
-
igor@rurik.mysql.com authored
Reversed the changes to fix bug #12095 after review done by SergeyG. Applied a fix suggested by him. Added my comment.
-
igor@rurik.mysql.com authored
Reversed the changes to fix bug #12095 after review done by SergeyG. Applied a fix suggested by him.
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1-build
-
lenz@mysql.com authored
required commands/packages so the installation succeeds. Removed the superflouus Requires field from the source RPM.
-
svoj@mysql.com authored
into mysql.com:/home/svoj/devel/mysql/BUG12075/mysql-4.1
-
svoj@mysql.com authored
FULLTEXT non-functional for big5 strings
-
svoj@mysql.com authored
-
svoj@mysql.com authored
into mysql.com:/home/svoj/devel/mysql/BUG11684/mysql-4.1
-
svoj@mysql.com authored
Repair crashes mysql when table has fulltext index.
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
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 5 commits
-
-
georg@lmy002.wdf.sap.corp authored
macro floatget was missing in config-win.h
-
joerg@mysql.com authored
- upgrade zlib to 1.2.2 (originally: 2005/03/23 21:08:13+01:00 serg@serg.mylan ) - fixed linking with zlib (originally: 2005/05/24 22:42:43+02:00 lenz@mysql.com ) - one more build fix for zlib.lib - added libpath to the mysql_test_run_new project files (originally: 2005/05/25 10:55:21+02:00 lenz@mysql.com ) - Do not build the RPMs statically on i386 by default, only when adding either "--with static" or "--define '_with_static 1'" to the RPM build options. Static linking really only makes sense when linking against the specially patched glibc 2.2.5. (originally: 2005/06/14 21:39:08+02:00 lenz@mysql.com ) - Apply security patch to bundled zlib for CAN-2005-2096. (Bug #11844) (originally: 2005/07/11 10:37:21-07:00 jimw@mysql.com ) - applied a security fix to inftrees.h from the bundled zlib to resolve a second 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) (originally: 2005/07/27 14:55:08+02:00 lenz@mysql.com ) - build the RPM binaries against the bundled zlib, when static linking is requested (originally: 2005/07/27 16:42:13+02:00 lenz@mysql.com )
-
lenz@mysql.com authored
(thanks to JoergB for spotting it)
-
joerg@mysql.com authored
-
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.
-