Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed problems noticed with last build | monty@mysql.com | 2004-04-09 | 1 | -1/+2 |
| | |||||
* | WL#775 "Add status variable identifying binlog_cache_size shortage" | dlenev@jabberwock.localdomain | 2004-04-02 | 1 | -0/+2 |
| | | | | | | | | Added two status variables: binlog_cache_use - counts number of transactions that used somehow transaction temporary binary log. binlog_cache_disk_use - counts number of transactions that required disk I/O for storing info in this this binary log. | ||||
* | charset2html.c: | bar@bar.intranet.mysql.r18.ru | 2004-03-26 | 1 | -3/+15 |
| | | | | Don't print control characters | ||||
* | Merge with 4.0 | monty@mysql.com | 2004-03-25 | 2 | -4/+7 |
|\ | |||||
| * | Merge bk-internal:/home/bk/mysql-4.0/ | serg@serg.mylan | 2004-03-25 | 1 | -1/+2 |
| |\ | | | | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.0 | ||||
| | * | shared IO_CACHE: protection against remove_io_share in a wrong time | serg@serg.mylan | 2004-03-25 | 1 | -1/+2 |
| | | | | | | | | | | | | bug#3134 | ||||
| * | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.0 | bell@sanja.is.com.ua | 2004-03-23 | 1 | -1/+1 |
| |\ \ | | |/ | | | | | | | into sanja.is.com.ua:/home/bell/mysql/bk/work-conf-4.0 | ||||
| | * | comment | serg@serg.mylan | 2004-03-23 | 1 | -1/+1 |
| | | | |||||
| * | | fixed config parser to recognize correctly strings like following: | bell@sanja.is.com.ua | 2004-03-20 | 1 | -2/+4 |
| |/ | | | | | | | test="\"#no comment here"#real comment | ||||
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | monty@mysql.com | 2004-03-25 | 3 | -39/+62 |
|\ \ | | | | | | | | | | into mysql.com:/home/my/mysql-4.1 | ||||
| * | | BTREE-indexes in HEAP tables can now be used to optimize ORDER BY | monty@mysql.com | 2004-03-25 | 3 | -39/+62 |
| | | | | | | | | | | | | | | | | | | Don't read character set files if we are using only the default charset. In most cases the user will not anymore get a warning about missing character set files Compare strings with space extend instead of space strip. Now the following comparisons holds: "a" == "a " and "a\t" < "a". (Bug #3152). Note: Because of the above fix, one has to do a REPAIR on any table that has an ascii character < 32 last in a CHAR/VARCHAR/TEXT columns. | ||||
* | | | Unicode Collation Algorithm subset implementation | bar@bar.intranet.mysql.r18.ru | 2004-03-24 | 1 | -0/+1 |
| | | | |||||
* | | | .del-uca-dump.c~da786d5a909db27a: | bar@bar.intranet.mysql.r18.ru | 2004-03-22 | 1 | -258/+0 |
|/ / | | | | | | | Delete: mysys/uca-dump.c | ||||
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | monty@mysql.com | 2004-03-20 | 1 | -0/+4 |
|\ \ | | | | | | | | | | into mysql.com:/home/my/mysql-4.1 | ||||
| * \ | Merge mysql.com:/home/my/mysql-4.0 into mysql.com:/home/my/mysql-4.1 | monty@mysql.com | 2004-03-20 | 1 | -0/+4 |
| |\ \ | | |/ | |||||
| | * | Merge bk-internal:/home/bk/mysql-4.0/ | serg@serg.mylan | 2004-03-16 | 3 | -12/+27 |
| | |\ | | | | | | | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.0 | ||||
| | * \ | Merge bk-internal:/home/bk/mysql-4.0/ | serg@serg.mylan | 2004-03-07 | 1 | -0/+4 |
| | |\ \ | | | | | | | | | | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.0 | ||||
| | | * | | comment clarified | serg@serg.mylan | 2004-03-05 | 1 | -0/+4 |
| | | | | | |||||
* | | | | | uca-dump.c: | bar@bar.intranet.mysql.r18.ru | 2004-03-19 | 1 | -0/+258 |
|/ / / / | | | | | | | | | | | | | new file | ||||
* | | | | min_sort_char was added, for the future UCA implementation. | bar@bar.intranet.mysql.r18.ru | 2004-03-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | UCS2 now has its own my_like_range function. | ||||
* | | | | Removed compiler warning | monty@mysql.com | 2004-03-18 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | Changed _XXX to _MY_XXX to solve conflict problem on Mac OS X | ||||
* | | | | merge with 4.0 | monty@mysql.com | 2004-03-16 | 4 | -21/+33 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Fixed memory leak in DROP DATABASE when using RAID tables (Bug #2882) | monty@mysql.com | 2004-03-10 | 3 | -12/+27 |
| |/ / | |||||
| * | | Ensure that one can't from the command line set a variable too small. (Bug ↵ | monty@mysql.com | 2004-03-06 | 1 | -9/+6 |
| |/ | | | | | | | | | | | | | #2710) Allow one to force lower_case_table_names to 0, even if the file system is case insensitive. This fixes some issues on Mac OS X (Bug #2994) Added variables "lower_case_file_system", "version_compile_os" and "license" | ||||
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | monty@mysql.com | 2004-03-05 | 1 | -1/+1 |
|\ \ | | | | | | | | | | into mysql.com:/home/my/mysql-4.1 | ||||
| * | | Portability fixes | monty@mysql.com | 2004-03-05 | 1 | -1/+1 |
| | | | |||||
* | | | Enhanced my_getsystime for NetWare. | greg@mysql.com | 2004-03-04 | 1 | -0/+8 |
|/ / | |||||
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | monty@mashka.mysql.fi | 2004-03-04 | 2 | -11/+16 |
|\ \ | | | | | | | | | | into mashka.mysql.fi:/home/my/mysql-4.1 | ||||
| * | | Optimized GIS functions | monty@mashka.mysql.fi | 2004-03-04 | 2 | -11/+16 |
| | | | |||||
* | | | my_getsystime() | serg@serg.mylan | 2004-03-02 | 2 | -1/+41 |
| | | | |||||
* | | | my_gethwaddr() for linux/freebsd | serg@serg.mylan | 2004-02-27 | 2 | -1/+136 |
| | | | | | | | | | | | | UUID() function | ||||
* | | | Merge bk-internal:/home/bk/mysql-4.1/ | serg@serg.mylan | 2004-02-26 | 1 | -2/+2 |
|\ \ \ | |/ / |/| | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.1 | ||||
| * | | in netware ':' is also a valid path character | serg@serg.mylan | 2004-02-24 | 1 | -2/+2 |
| | | | |||||
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | monty@mashka.mysql.fi | 2004-02-22 | 2 | -11/+13 |
|\ \ \ | |/ / |/| | | | | | into mashka.mysql.fi:/home/my/mysql-4.1 | ||||
| * | | merge with 4.0 to get security fixes and latest bug fixes | monty@mashka.mysql.fi | 2004-02-20 | 2 | -11/+13 |
| |\ \ | | |/ | |||||
| | * | Fixed usage of strxnmov() in recent changesets | monty@mysql.com | 2004-02-19 | 2 | -9/+11 |
| | | | |||||
| | * | potential problem fixed afer some reasoning | serg@serg.mylan | 2004-02-19 | 2 | -4/+4 |
| | | | |||||
* | | | fix for --open-files-limit and broken query_cache_merge.test | serg@serg.mylan | 2004-02-20 | 2 | -4/+5 |
|/ / | |||||
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | monty@mashka.mysql.fi | 2004-02-19 | 9 | -12/+163 |
|\ \ | | | | | | | | | | 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 | 9 | -12/+163 |
| | | | | | | | | | | | | 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 | ||||
* | | | missing semicolon | serg@serg.mylan | 2004-02-17 | 1 | -1/+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 | ||||
* | | | Merge with public tree | monty@mysql.com | 2004-02-16 | 5 | -491/+80 |
|\ \ \ | |/ / |/| | | |||||
| * | | After merge fixes | monty@mysql.com | 2004-02-16 | 1 | -6/+8 |
| | | | | | | | | | | | | | | | | | | | | | 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 | 4 | -485/+72 |
| |\ \ | | |/ | |||||
| | * | merge 3.23 -> 4.0, 2003/02/06 | konstantin@mysql.com | 2004-02-06 | 1 | -481/+0 |
| | |\ | |||||
| | | * | - The LGPL section was removed from manual.texi, hence we now use a local | lenz@mysql.com | 2003-11-25 | 1 | -481/+0 |
| | | | | | | | | | | | | | | | | | | | | copy of COPYING.LIB (moved from the mysys subdirectory) instead of creating it on the fly out of the manual. | ||||
| | * | | Added new option --sync-frm / --skip-sync-frm | jani@ua141d10.elisa.omakaista.fi | 2004-02-03 | 1 | -3/+5 |
| | | | | | | | | | | | | | | | | | | | | Marked --bdb-no-sync as deprecated Added --sync-bdb-logs / --disable-sync-bdb-logs as a synonym / alternative. | ||||
| | * | | Proposed (version #2) fix for bug #1948: | konstantin@mysql.com | 2004-02-02 | 1 | -0/+66 |
| | | | | | | | | | | | | | | | | "system variable query_prealloc_size can be only global" |