summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* rem0cmp.c, data0type.c, data0type.ic, data0type.h, ha_innodb.cc:heikki@hundin.mysql.fi2004-02-205-47/+54
| | | | Remove the now redundant flag DATA_NONLATIN1; better comments
* Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1hf@deer.(none)2004-02-2027-330/+583
|\ | | | | | | into deer.(none):/home/hf/work/mysql-4.1.2237
| * data0type.ic, data0type.h:heikki@hundin.mysql.fi2004-02-202-2/+2
| | | | | | | | Fix a typo in a comment
| * Safety fixes (strnmov -> strmake)monty@mysql.com2004-02-203-13/+18
| |
| * Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mashka.mysql.fi2004-02-197-76/+341
| |\ | | | | | | | | | into mashka.mysql.fi:/home/my/mysql-4.1
| | * Many files:heikki@hundin.mysql.fi2004-02-197-76/+341
| | | | | | | | | | | | Multiple charset support for InnoDB; note that if you create tables and the default charset-collation is not latin1_swedish_ci, then you cannot use those tables if you downgrade to 4.0 again
| * | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mashka.mysql.fi2004-02-1917-179/+224
| |\ \ | | |/ | |/| | | | into mashka.mysql.fi:/home/my/mysql-4.1
| | * Max open files handling moved to my_set_max_open_files()monty@mashka.mysql.fi2004-02-1917-179/+224
| | | | | | | | | | | | This ensures that my_file_info takes this the max number of files into account and one can now use --open-files-limit on windows to increase number of used files up to 2048
| * | trx0sys.c:heikki@hundin.mysql.fi2004-02-191-62/+0
| | | | | | | | | | | | Remove the downgrade 4.1.2 -> 4.0.18 patch accidentally merged from 4.0 to 4.1; the patch must NOT be merged to 4.1; this fixes Bug #2883
* | | Fix for #1429 (Segfault in mysql_stmt_close)hf@deer.(none)2004-02-203-9/+10
| | | | | | | | | | | | | | | | | | | | | | | | Problem was that we checked for existing connection in stmt_close and did not free(stmt) if it's closed (that didn't work well with embedded) I just added new flag to the stmt_close and now we check it instead of connection
* | | Fix for #2237 and #2490 (analyze and check for RTree keys)hf@deer.(none)2004-02-193-2/+82
|/ / | | | | | | | | Now checking of the RTree keys works without errors. Worklog entry about appropriate checkup's routine for the RTree added
* | Merge bk-internal:/home/bk/mysql-4.1/serg@serg.mylan2004-02-181-1/+1
|\ \ | | | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.1
| * | - fixed C++-style comment in strings/strtod.c which caused a compilelenz@kallisto.local2004-02-181-1/+1
| | | | | | | | | | | | error with the IBM xlc_r compiler
* | | hpux-friendly isinf-detectionserg@serg.mylan2004-02-181-18/+21
| | | | | | | | | | | | small cleanup
* | | libtool tweaksserg@serg.mylan2004-02-172-1/+4
|/ /
* | missing semicolonserg@serg.mylan2004-02-172-2/+2
| |
* | Merge bk-internal:/home/bk/mysql-4.1/serg@serg.mylan2004-02-1720-68/+229
|\ \ | | | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.1
| * | if a key length exceeds the supported maximum and it is safe to ↵serg@serg.mylan2004-02-1710-35/+66
| | | | | | | | | | | | auto-decrease it, do it.
| * | Merge bk-internal:/home/bk/mysql-4.1/serg@serg.mylan2004-02-1610-33/+163
| |\ \ | | | | | | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.1
| | * | ft_boolean_syntax made changeableserg@serg.mylan2004-02-1610-33/+163
| | | |
* | | | Fix test resultsmonty@mysql.com2004-02-171-1/+0
| |_|/ |/| |
* | | Merge abelkin@bk-internal.mysql.com:/home/bk/mysql-4.1bell@sanja.is.com.ua2004-02-171-1/+6
|\ \ \ | | | | | | | | | | | | into sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1
| * \ \ Merge vkishkin@bk-internal.mysql.com:/home/bk/mysql-4.1wax@mysql.com2004-02-171-1/+6
| |\ \ \ | | | | | | | | | | | | | | | into mysql.com:/home/wax/mysql/mysql-4.1
| | * | | correct cleaning of TZwax@kishkin.ru2004-02-171-1/+6
| | |/ / | | | | | | | | | | | | add a check of the version Visual C
* | | | changed to moderm syntax (after merge fix)bell@sanja.is.com.ua2004-02-172-4/+2
| | | |
* | | | mergebell@sanja.is.com.ua2004-02-1715-87/+68
|\ \ \ \ | |/ / / |/| | |
| * | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@sanja.is.com.ua2004-02-1715-79/+68
| |\ \ \ | | |/ / | |/| | | | | | into sanja.is.com.ua:/home/bell/mysql/bk/work-4.1
| | * | ulternative bugfix for BUG#2508 and fix for BUG#2809 - every table has its ↵bell@sanja.is.com.ua2004-02-1715-79/+68
| | | | | | | | | | | | | | | | own TABLE structure
* | | | Changed wellformedlen to well_formed_lenmonty@mysql.com2004-02-1734-211/+266
| | | | | | | | | | | | | | | | | | | | Fixed that blobs >16M can be inserted/updated Fixed bug when doing CREATE TEMPORARY TABLE ... LIKE
* | | | Merge with public treemonty@mysql.com2004-02-16285-4017/+7811
|\ \ \ \ | |/ / / |/| | |
| * | | Merge with 4.0 to get fix for mysqlbinlogmonty@mysql.com2004-02-1610-35/+110
| |\ \ \
| | * | | Cleanup + safety commentmonty@mysql.com2004-02-162-7/+4
| | | | |
| | * | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@mysql.com2004-02-167-89/+81
| | |\ \ \ | | | | | | | | | | | | | | | | | | into mysql.com:/home/my/mysql-4.0
| | | * | | Always use libtool with "--preserve-dup-deps" monty@mysql.com2004-02-137-89/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Always use all LOAD DATA options in replication. Fixed problem in mysqlbinlog where LOAD DATA options could be overwritten.
| | * | | | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0Sinisa@sinisa.nasamreza.org2004-02-145-5/+58
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | into sinisa.nasamreza.org:/mnt/work/mysql-4.0
| | | * \ \ \ Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.0lenz@mysql.com2004-02-123-0/+47
| | | |\ \ \ \ | | | | |/ / / | | | | | | | | | | | | | | into mysql.com:/space/my/mysql-4.0
| | | | * | | Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.0vva@eagle.mysql.r18.ru2004-02-133-0/+47
| | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into eagle.mysql.r18.ru:/home/vva/work/BUG_2898/mysql-4.0
| | | | | * \ \ Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.0vva@eagle.mysql.r18.ru2004-02-133-0/+47
| | | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | into eagle.mysql.r18.ru:/home/vva/work/BUG_2898/mysql-4.0
| | | | | | * | | fixed copying of color in SEL_ARG::clone (fixed bug #2968)vva@eagle.mysql.r18.ru2004-02-123-0/+47
| | | | | | | | |
| | | * | | | | | - bumped up version number in configure.in from 4.0.18 -> 4.0.19lenz@mysql.com2004-02-121-1/+1
| | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | - Tagged ChangeSet@1.1733 as mysql-4.0.18
| | | * | | | | - Replaced obsolete "Copyright" field with "License" in the RPM spec filelenz@mysql.com2004-02-121-1/+2
| | | | | | | |
| | | * | | | | - fixed broken shellcodelenz@mysql.com2004-02-121-1/+1
| | | | | | | |
| | | * | | | | - always use CXX=gcc (not only when using gcc 3) to avoid a dependencylenz@mysql.com2004-02-121-3/+8
| | | |/ / / / | | | | | | | | | | | | | | | | | | | | | on libstdc++ and exceptions
| | * | | | | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0Sinisa@sinisa.nasamreza.org2004-02-111-0/+5
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | | | | | | | | | into sinisa.nasamreza.org:/mnt/work/mysql-4.0
| | | * | | | sql_load.cc:Sinisa@sinisa.nasamreza.org2004-02-051-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a comment for already pushed bug fix
| * | | | | | After merge fixesmonty@mysql.com2004-02-16101-1037/+1489
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added more DBUG statements Ensure that we are comparing end space with BINARY strings Use 'any_db' instead of '' to mean any database. (For HANDLER command) Only strip ' ' when comparing CHAR, not other space-like characters (like \t)
| * | | | | | Merge with 4.0.18monty@mysql.com2004-02-11229-3728/+6995
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@mysql.com2004-02-101-1/+1
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/my/mysql-4.0
| | | * | | | | Export CXX and AR to make it easier to invoke other configure scripts with ↵monty@mysql.com2004-02-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | same options.
| | * | | | | | compile-irix-mips64-mipspro addded to the source distributionkonstantin@mysql.com2004-02-101-0/+1
| | |/ / / / /