Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rem0cmp.c, data0type.c, data0type.ic, data0type.h, ha_innodb.cc: | heikki@hundin.mysql.fi | 2004-02-20 | 5 | -47/+54 |
| | | | | Remove the now redundant flag DATA_NONLATIN1; better comments | ||||
* | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1 | hf@deer.(none) | 2004-02-20 | 27 | -330/+583 |
|\ | | | | | | | into deer.(none):/home/hf/work/mysql-4.1.2237 | ||||
| * | data0type.ic, data0type.h: | heikki@hundin.mysql.fi | 2004-02-20 | 2 | -2/+2 |
| | | | | | | | | Fix a typo in a comment | ||||
| * | Safety fixes (strnmov -> strmake) | monty@mysql.com | 2004-02-20 | 3 | -13/+18 |
| | | |||||
| * | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | monty@mashka.mysql.fi | 2004-02-19 | 7 | -76/+341 |
| |\ | | | | | | | | | | into mashka.mysql.fi:/home/my/mysql-4.1 | ||||
| | * | Many files: | heikki@hundin.mysql.fi | 2004-02-19 | 7 | -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.1 | monty@mashka.mysql.fi | 2004-02-19 | 17 | -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.fi | 2004-02-19 | 17 | -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.fi | 2004-02-19 | 1 | -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-20 | 3 | -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-19 | 3 | -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.mylan | 2004-02-18 | 1 | -1/+1 |
|\ \ | | | | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.1 | ||||
| * | | - fixed C++-style comment in strings/strtod.c which caused a compile | lenz@kallisto.local | 2004-02-18 | 1 | -1/+1 |
| | | | | | | | | | | | | error with the IBM xlc_r compiler | ||||
* | | | hpux-friendly isinf-detection | serg@serg.mylan | 2004-02-18 | 1 | -18/+21 |
| | | | | | | | | | | | | small cleanup | ||||
* | | | libtool tweaks | serg@serg.mylan | 2004-02-17 | 2 | -1/+4 |
|/ / | |||||
* | | missing semicolon | serg@serg.mylan | 2004-02-17 | 2 | -2/+2 |
| | | |||||
* | | Merge bk-internal:/home/bk/mysql-4.1/ | serg@serg.mylan | 2004-02-17 | 20 | -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.mylan | 2004-02-17 | 10 | -35/+66 |
| | | | | | | | | | | | | auto-decrease it, do it. | ||||
| * | | Merge bk-internal:/home/bk/mysql-4.1/ | serg@serg.mylan | 2004-02-16 | 10 | -33/+163 |
| |\ \ | | | | | | | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.1 | ||||
| | * | | ft_boolean_syntax made changeable | serg@serg.mylan | 2004-02-16 | 10 | -33/+163 |
| | | | | |||||
* | | | | Fix test results | monty@mysql.com | 2004-02-17 | 1 | -1/+0 |
| |_|/ |/| | | |||||
* | | | Merge abelkin@bk-internal.mysql.com:/home/bk/mysql-4.1 | bell@sanja.is.com.ua | 2004-02-17 | 1 | -1/+6 |
|\ \ \ | | | | | | | | | | | | | into sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 | ||||
| * \ \ | Merge vkishkin@bk-internal.mysql.com:/home/bk/mysql-4.1 | wax@mysql.com | 2004-02-17 | 1 | -1/+6 |
| |\ \ \ | | | | | | | | | | | | | | | | into mysql.com:/home/wax/mysql/mysql-4.1 | ||||
| | * | | | correct cleaning of TZ | wax@kishkin.ru | 2004-02-17 | 1 | -1/+6 |
| | |/ / | | | | | | | | | | | | | add a check of the version Visual C | ||||
* | | | | changed to moderm syntax (after merge fix) | bell@sanja.is.com.ua | 2004-02-17 | 2 | -4/+2 |
| | | | | |||||
* | | | | merge | bell@sanja.is.com.ua | 2004-02-17 | 15 | -87/+68 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 | bell@sanja.is.com.ua | 2004-02-17 | 15 | -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.ua | 2004-02-17 | 15 | -79/+68 |
| | | | | | | | | | | | | | | | | own TABLE structure | ||||
* | | | | Changed wellformedlen to well_formed_len | monty@mysql.com | 2004-02-17 | 34 | -211/+266 |
| | | | | | | | | | | | | | | | | | | | | Fixed that blobs >16M can be inserted/updated Fixed bug when doing CREATE TEMPORARY TABLE ... LIKE | ||||
* | | | | Merge with public tree | monty@mysql.com | 2004-02-16 | 285 | -4017/+7811 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Merge with 4.0 to get fix for mysqlbinlog | monty@mysql.com | 2004-02-16 | 10 | -35/+110 |
| |\ \ \ | |||||
| | * | | | Cleanup + safety comment | monty@mysql.com | 2004-02-16 | 2 | -7/+4 |
| | | | | | |||||
| | * | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0 | monty@mysql.com | 2004-02-16 | 7 | -89/+81 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | into mysql.com:/home/my/mysql-4.0 | ||||
| | | * | | | Always use libtool with "--preserve-dup-deps" | monty@mysql.com | 2004-02-13 | 7 | -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.0 | Sinisa@sinisa.nasamreza.org | 2004-02-14 | 5 | -5/+58 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | into sinisa.nasamreza.org:/mnt/work/mysql-4.0 | ||||
| | | * \ \ \ | Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.0 | lenz@mysql.com | 2004-02-12 | 3 | -0/+47 |
| | | |\ \ \ \ | | | | |/ / / | | | | | | | | | | | | | | | into mysql.com:/space/my/mysql-4.0 | ||||
| | | | * | | | Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.0 | vva@eagle.mysql.r18.ru | 2004-02-13 | 3 | -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.0 | vva@eagle.mysql.r18.ru | 2004-02-13 | 3 | -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.ru | 2004-02-12 | 3 | -0/+47 |
| | | | | | | | | | |||||
| | | * | | | | | | - bumped up version number in configure.in from 4.0.18 -> 4.0.19 | lenz@mysql.com | 2004-02-12 | 1 | -1/+1 |
| | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | - Tagged ChangeSet@1.1733 as mysql-4.0.18 | ||||
| | | * | | | | | - Replaced obsolete "Copyright" field with "License" in the RPM spec file | lenz@mysql.com | 2004-02-12 | 1 | -1/+2 |
| | | | | | | | | |||||
| | | * | | | | | - fixed broken shellcode | lenz@mysql.com | 2004-02-12 | 1 | -1/+1 |
| | | | | | | | | |||||
| | | * | | | | | - always use CXX=gcc (not only when using gcc 3) to avoid a dependency | lenz@mysql.com | 2004-02-12 | 1 | -3/+8 |
| | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | on libstdc++ and exceptions | ||||
| | * | | | | | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0 | Sinisa@sinisa.nasamreza.org | 2004-02-11 | 1 | -0/+5 |
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | | | | | | | | | | into sinisa.nasamreza.org:/mnt/work/mysql-4.0 | ||||
| | | * | | | | sql_load.cc: | Sinisa@sinisa.nasamreza.org | 2004-02-05 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a comment for already pushed bug fix | ||||
| * | | | | | | After merge fixes | monty@mysql.com | 2004-02-16 | 101 | -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.18 | monty@mysql.com | 2004-02-11 | 229 | -3728/+6995 |
| |\ \ \ \ \ \ | | |/ / / / / | |||||
| | * | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0 | monty@mysql.com | 2004-02-10 | 1 | -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.com | 2004-02-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | same options. | ||||
| | * | | | | | | compile-irix-mips64-mipspro addded to the source distribution | konstantin@mysql.com | 2004-02-10 | 1 | -0/+1 |
| | |/ / / / / |