summaryrefslogtreecommitdiff
path: root/mysys
Commit message (Collapse)AuthorAgeFilesLines
* Changed prototype of killed_ptr() to make it more portablemonty@mysql.com2004-05-262-18/+18
| | | | Applied patches for Netware
* merge with 4.0 to get Netware patches and fixes for libmysqld.dllmonty@mysql.com2004-05-255-13/+28
|\
| * Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@mysql.com2004-05-255-13/+28
| |\ | | | | | | | | | into mysql.com:/tmp/skr99/mysql-4.0
| | * Added patches from Novellmonty@mysql.com2004-05-255-13/+28
| | |
* | | Preparation for user-defined Unicode collations:bar@bar.intranet.mysql.r18.ru2004-05-251-1/+2
| | | | | | | | | | | | | | | weights data now comes from a static variables but from the charset structure.
* | | Support for character set conversion in binary protocol: another gokonstantin@mysql.com2004-05-254-6/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | after Monty's review. - Item_param was rewritten. - it turns out that we can't convert string data to character set of connection on the fly, because they first should be written to the binary log. To support efficient conversion we need to rewrite prepared statements binlogging code first.
* | | Merge with 4.0, mainly to get changes to windows project filesmonty@mysql.com2004-05-201-1/+1
|\ \ \ | |/ /
| * | Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt'monty@mysql.com2004-05-191-1/+1
| |/ | | | | | | | | | | | | Ensured that all projects compile Removed compiler warnings Better setting of server_version variable. Fix that make_win_src_distribution creates the privilege tables.
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mishka.local2004-05-161-3/+3
|\ \ | | | | | | | | | into mishka.local:/home/my/mysql-4.1
| * | key_cmp -> key_cmp_if_samemonty@mishka.local2004-05-161-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | New records_in_range() interface (similar to read_range()) Macros for faster bitmap handling Simplify read_range() code (#WL1786) New general key_cmp() function to compare keys
* | | Update casts from very old my_lock.c source.ingo@mysql.com2004-05-101-4/+6
|/ /
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mysql.com2004-05-052-12/+22
|\ \ | | | | | | | | | into mysql.com:/home/my/mysql-4.1
| * \ Merge with 4.0.19monty@mysql.com2004-05-052-12/+22
| |\ \ | | |/
| | * better followup fix for my_getopt (Argh!)serg@serg.mylan2004-04-301-7/+7
| | |
| | * followup - error fixedserg@serg.mylan2004-04-301-2/+3
| | |
| | * bug#3529 - my_getopt doesn't process short OPT_ARG options correctlyserg@serg.mylan2004-04-281-11/+20
| | | | | | | | | | | | cleanup
| | * bug#3556 - soundexserg@serg.mylan2004-04-281-2/+2
| | |
* | | Fixes for prior commitmiguel@hegel.local2004-05-051-0/+2
| | |
* | | Windows fixes for VC++ compiler compabilitymiguel@hegel.local2004-05-051-5/+20
|/ /
* | WL#1700 - Properly count key_blocks_used and key_blocks_current.ingo@mysql.com2004-05-031-16/+68
| | | | | | | | | | | | Introduced a new free blocks list. Free blocks are now re-used before new blocks are allocated from the pool. There is a new status variable which can be queried by "show status like key_blocks_unused".
* | Allow one to send empty strings with mysql_stmt_send_long_data()monty@mysql.com2004-04-281-0/+6
| | | | | | | | | | | | mysql_stmt_reset() now resets param->long_data_used Abort if --defaults-file=path-name uses a non-existing file (Bug #3413) Fixed problem with symlink test (bug in 4.1.2)
* | Renamed MY_LEX_COLON to MY_LEX_SEMICOLON (at Serg's request)sergefp@mysql.com2004-04-281-1/+1
| |
* | Fixed results for previous patchmonty@mishka.local2004-04-271-1/+1
| | | | | | | | Ensure that mysqldump doesn't give an error about missing Index.xml when it's not needed
* | 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
|/ /