summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1bell@sanja.is.com.ua2002-11-1439-40/+250
|\ | | | | | | into sanja.is.com.ua:/home/bell/mysql/work-crash-4.1
| * fixed cyclic reference bugbell@sanja.is.com.ua2002-11-1439-40/+250
| |
* | Some macros to make life easierbar@bar.mysql.r18.ru2002-11-132-1/+7
| |
* | Preparing to embed string to number conversion functions into charset structurebar@bar.mysql.r18.ru2002-11-1315-13/+270
|/
* Merge abelkin@work.mysql.com:/home/bk/mysql-4.1bell@sanja.is.com.ua2002-11-136-17/+37
|\ | | | | | | into sanja.is.com.ua:/home/bell/mysql/mysql-4.1
| * fixed possible bugbell@sanja.is.com.ua2002-11-131-1/+1
| |
| * fixed bug of derived table in subselectbell@sanja.is.com.ua2002-11-136-16/+36
| | | | | | | | fixed bug in error handling
* | my_snprintf() doesn't support things like %04X so use vsprintf() instead bar@bar.mysql.r18.ru2002-11-131-2/+11
| |
* | Merge abarkov@work.mysql.com:/home/bk/mysql-4.1bar@bar.mysql.r18.ru2002-11-137-9/+38
|\ \ | |/ | | | | into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1.wrk
| * Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1bell@sanja.is.com.ua2002-11-135-5/+32
| |\ | | | | | | | | | into sanja.is.com.ua:/home/bell/mysql/work-crash-4.1
| | * fixed error handlingbell@sanja.is.com.ua2002-11-135-5/+32
| | | | | | | | | | | | fixed subselects in ORDER bug
| * | bdb-deadlock test: added reap commandsram@mysql.r18.ru2002-11-122-4/+6
| |/
* | Merge abarkov@work.mysql.com:/home/bk/mysql-4.1bar@bar.mysql.r18.ru2002-11-122-52/+181
|\ \ | |/ |/| | | into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1.wrk
| * Merge abarkov@work.mysql.com:/home/bk/mysql-4.1bar@bar.mysql.r18.ru2002-11-122-52/+181
| |\ | | | | | | | | | into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1.wrk
| | * These functions are now UCS2 compatible:bar@bar.mysql.r18.ru2002-11-122-52/+181
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CURDATE() FROM_DAYS() CURTIME() NOW() SEC_TO_TIME() FROM_UNIXTIME() DATE_ADD_INTERVAL()
* | | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1bell@sanja.is.com.ua2002-11-124-3/+7
|\ \ \ | |/ / | | | | | | into sanja.is.com.ua:/home/bell/mysql/work-crash-4.1
| * | Merge sinisa@work.mysql.com:/home/bk/mysql-4.1Sinisa@sinisa.nasamreza.org2002-11-124-3/+7
| |\ \ | | |/ | |/| | | | into sinisa.nasamreza.org:/mnt/work/mysql-4.1
| | * some code cleanup as per CTO's instructions plus a small bug fix withSinisa@sinisa.nasamreza.org2002-11-124-3/+7
| | | | | | | | | | | | a corresponding test case....
* | | fixed 2 typo in BUG_TABLES usingbell@sanja.is.com.ua2002-11-123-7/+5
| | | | | | | | | | | | remuved 'unstable' variable from test
* | | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1bell@sanja.is.com.ua2002-11-125-16/+21
|\ \ \ | |/ / |/| | | | | into sanja.is.com.ua:/home/bell/mysql/work-crash-4.1
| * | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1bell@sanja.is.com.ua2002-11-115-16/+21
| |\ \ | | | | | | | | | | | | into sanja.is.com.ua:/home/bell/mysql/work-crash-4.1
| | * | fixed select_lex & max_join_size parameters with BIG_TABLESbell@sanja.is.com.ua2002-11-115-16/+21
| | | |
* | | | MONTHNAME() & DAYNAME() are now UCS2 compatiblebar@bar.mysql.r18.ru2002-11-122-5/+21
| |_|/ |/| |
* | | Merge sinisa@work.mysql.com:/home/bk/mysql-4.1Sinisa@sinisa.nasamreza.org2002-11-116-24/+109
|\ \ \ | |/ / | | | | | | into sinisa.nasamreza.org:/mnt/work/mysql-4.1
| * | USER(), DATABASE() and CHARSET() functions are now UCS2 compatiblebar@bar.mysql.r18.ru2002-11-114-16/+33
| | | | | | | | | | | | Bug fix in ctype-utf8.c
| * | thread charset related improvementsbar@bar.mysql.r18.ru2002-11-112-8/+76
| | |
* | | some bug fixes related to derived tablesSinisa@sinisa.nasamreza.org2002-11-114-6/+31
| | |
* | | Merge sinisa@work.mysql.com:/home/bk/mysql-4.1Sinisa@sinisa.nasamreza.org2002-11-112-7/+10
|\ \ \ | |/ / |/| | | | | into sinisa.nasamreza.org:/mnt/work/mysql-4.1
| * | small bug fixSinisa@sinisa.nasamreza.org2002-11-112-7/+10
| | |
* | | Merge abarkov@work.mysql.com:/home/bk/mysql-4.1bar@bar.mysql.r18.ru2002-11-112-3/+3
|\ \ \ | | | | | | | | | | | | into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1.wrk
| * \ \ Merge rkalimullin@work.mysql.com:/home/bk/mysql-4.1ram@mysql.r18.ru2002-11-112-3/+3
| |\ \ \ | | |_|/ | |/| | | | | | into mysql.r18.ru:/usr/home/ram/mysql-4.1
| | * | fix for HEAP rb-tree indexes and BIG_TABLES problem (serg: thanks for discovery)ram@mysql.r18.ru2002-11-112-3/+3
| | | |
* | | | Merge abarkov@work.mysql.com:/home/bk/mysql-4.1bar@bar.mysql.r18.ru2002-11-1110-33/+34
|\ \ \ \ | |/ / / |/| | | | | | | into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1.wrk
| * | | For coding convenuence cs->mbmaxlen is now 1 for 8bit charsetsbar@bar.mysql.r18.ru2002-11-1110-33/+34
| | | |
* | | | prevent using expernal fields in derived tablesbell@sanja.is.com.ua2002-11-114-10/+29
| |/ / |/| |
* | | fix of yet another join_free bugbell@sanja.is.com.ua2002-11-113-16/+77
|/ / | | | | | | decreased number of check of "!join->select_lex->dependent"
* | my_snprintf_ucs2 bug fixbar@bar.mysql.r18.ru2002-11-101-3/+3
| |
* | New field snprintf() in CHARSET_INFO structurebar@bar.mysql.r18.ru2002-11-1016-38/+234
| |
* | Fix syntax to be more clean:bar@bar.mysql.r18.ru2002-11-102-3/+7
| | | | | | | | SHOW CREATE DATABASE [WITH IF NOT EXISTS] dbname
* | Fixes for fault about String::copy()bar@bar.mysql.r18.ru2002-11-103-39/+59
| |
* | Merge work:/home/bk/mysql-4.1serg@serg.mysql.com2002-11-096-90/+37
|\ \ | |/ | | | | into serg.mysql.com:/usr/home/serg/Abk/mysql-4.1
| * Some code optimisations related to EXPLAIN of derived tables and the Sinisa@sinisa.nasamreza.org2002-11-096-90/+37
| | | | | | | | resulting code cleanup in our main loop.
* | typo fixedserg@serg.mysql.com2002-11-091-1/+1
| |
* | fixing gone file ONCE AGAINserg@serg.mysql.com2002-11-091-37/+0
|/
* Merge sinisa@work.mysql.com:/home/bk/mysql-4.1Sinisa@sinisa.nasamreza.org2002-11-071-1/+1
|\ | | | | | | into sinisa.nasamreza.org:/mnt/work/mysql-4.1
| * Small fix to avoid problems in building with --without-debugSinisa@sinisa.nasamreza.org2002-11-071-1/+1
| |
* | cleanup & fixing possible bug in select's error handlingbell@sanja.is.com.ua2002-11-061-6/+4
| |
* | - configure.in: replaced AM_PROG_LIBTOOL with AC_PROG_LIBTOOL, since thelenz@mysql.com2002-11-061-1/+1
| | | | | | | | old macro name is deprecated (according to the libtool 1.4.2 docs).
* | String->copy() now has a charset argbar@bar.mysql.r18.ru2002-11-069-18/+20
| |
* | Some charset code clean-upsbar@bar.mysql.r18.ru2002-11-0613-58/+50
| |