summaryrefslogtreecommitdiff
path: root/mysys
Commit message (Collapse)AuthorAgeFilesLines
* Fixed problems noticed with last buildmonty@mysql.com2004-04-091-1/+2
|
* WL#775 "Add status variable identifying binlog_cache_size shortage"dlenev@jabberwock.localdomain2004-04-021-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.ru2004-03-261-3/+15
| | | | Don't print control characters
* Merge with 4.0monty@mysql.com2004-03-252-4/+7
|\
| * Merge bk-internal:/home/bk/mysql-4.0/serg@serg.mylan2004-03-251-1/+2
| |\ | | | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.0
| | * shared IO_CACHE: protection against remove_io_share in a wrong timeserg@serg.mylan2004-03-251-1/+2
| | | | | | | | | | | | bug#3134
| * | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.0bell@sanja.is.com.ua2004-03-231-1/+1
| |\ \ | | |/ | | | | | | into sanja.is.com.ua:/home/bell/mysql/bk/work-conf-4.0
| | * commentserg@serg.mylan2004-03-231-1/+1
| | |
| * | fixed config parser to recognize correctly strings like following:bell@sanja.is.com.ua2004-03-201-2/+4
| |/ | | | | | | test="\"#no comment here"#real comment
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mysql.com2004-03-253-39/+62
|\ \ | | | | | | | | | into mysql.com:/home/my/mysql-4.1
| * | BTREE-indexes in HEAP tables can now be used to optimize ORDER BYmonty@mysql.com2004-03-253-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 implementationbar@bar.intranet.mysql.r18.ru2004-03-241-0/+1
| | |
* | | .del-uca-dump.c~da786d5a909db27a:bar@bar.intranet.mysql.r18.ru2004-03-221-258/+0
|/ / | | | | | | Delete: mysys/uca-dump.c
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mysql.com2004-03-201-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.1monty@mysql.com2004-03-201-0/+4
| |\ \ | | |/
| | * Merge bk-internal:/home/bk/mysql-4.0/serg@serg.mylan2004-03-163-12/+27
| | |\ | | | | | | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.0
| | * \ Merge bk-internal:/home/bk/mysql-4.0/serg@serg.mylan2004-03-071-0/+4
| | |\ \ | | | | | | | | | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.0
| | | * | comment clarifiedserg@serg.mylan2004-03-051-0/+4
| | | | |
* | | | | uca-dump.c:bar@bar.intranet.mysql.r18.ru2004-03-191-0/+258
|/ / / / | | | | | | | | | | | | new file
* | | | min_sort_char was added, for the future UCA implementation.bar@bar.intranet.mysql.r18.ru2004-03-191-1/+1
| | | | | | | | | | | | | | | | UCS2 now has its own my_like_range function.
* | | | Removed compiler warningmonty@mysql.com2004-03-181-8/+8
| | | | | | | | | | | | | | | | Changed _XXX to _MY_XXX to solve conflict problem on Mac OS X
* | | | merge with 4.0monty@mysql.com2004-03-164-21/+33
|\ \ \ \ | | |_|/ | |/| |
| * | | Fixed memory leak in DROP DATABASE when using RAID tables (Bug #2882)monty@mysql.com2004-03-103-12/+27
| |/ /
| * | Ensure that one can't from the command line set a variable too small. (Bug ↵monty@mysql.com2004-03-061-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.1monty@mysql.com2004-03-051-1/+1
|\ \ | | | | | | | | | into mysql.com:/home/my/mysql-4.1
| * | Portability fixesmonty@mysql.com2004-03-051-1/+1
| | |
* | | Enhanced my_getsystime for NetWare.greg@mysql.com2004-03-041-0/+8
|/ /
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mashka.mysql.fi2004-03-042-11/+16
|\ \ | | | | | | | | | into mashka.mysql.fi:/home/my/mysql-4.1
| * | Optimized GIS functionsmonty@mashka.mysql.fi2004-03-042-11/+16
| | |
* | | my_getsystime()serg@serg.mylan2004-03-022-1/+41
| | |
* | | my_gethwaddr() for linux/freebsdserg@serg.mylan2004-02-272-1/+136
| | | | | | | | | | | | UUID() function
* | | Merge bk-internal:/home/bk/mysql-4.1/serg@serg.mylan2004-02-261-2/+2
|\ \ \ | |/ / |/| | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.1
| * | in netware ':' is also a valid path characterserg@serg.mylan2004-02-241-2/+2
| | |
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mashka.mysql.fi2004-02-222-11/+13
|\ \ \ | |/ / |/| | | | | into mashka.mysql.fi:/home/my/mysql-4.1
| * | merge with 4.0 to get security fixes and latest bug fixesmonty@mashka.mysql.fi2004-02-202-11/+13
| |\ \ | | |/
| | * Fixed usage of strxnmov() in recent changesetsmonty@mysql.com2004-02-192-9/+11
| | |
| | * potential problem fixed afer some reasoningserg@serg.mylan2004-02-192-4/+4
| | |
* | | fix for --open-files-limit and broken query_cache_merge.testserg@serg.mylan2004-02-202-4/+5
|/ /
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mashka.mysql.fi2004-02-199-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.fi2004-02-199-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 semicolonserg@serg.mylan2004-02-171-1/+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
* | | Merge with public treemonty@mysql.com2004-02-165-491/+80
|\ \ \ | |/ / |/| |
| * | After merge fixesmonty@mysql.com2004-02-161-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.18monty@mysql.com2004-02-114-485/+72
| |\ \ | | |/
| | * merge 3.23 -> 4.0, 2003/02/06konstantin@mysql.com2004-02-061-481/+0
| | |\
| | | * - The LGPL section was removed from manual.texi, hence we now use a locallenz@mysql.com2003-11-251-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-frmjani@ua141d10.elisa.omakaista.fi2004-02-031-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.com2004-02-021-0/+66
| | | | | | | | | | | | | | | | "system variable query_prealloc_size can be only global"