Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes and code cleanups after merge with 4.0.3 | monty@mashka.mysql.fi | 2002-10-02 | 108 | -2916/+3026 |
| | | | | | | | | | | | | | | | Warning handling and initial prepared statement handling (last not complete yet) Changed a lot of functions that returned 0/1 to my_bool type. GRANT handling now uses read/write locks instead of mutex Change basic net functions to use THD instead of NET (needed for 4.1 protocol) Use my_sprintf instead of sprintf() + strlen() Added alloc_query() to be able to chare query initialization code with prepared statements. Cleanup handling of SHOW COUNT(*) WARNINGS and SELECT LAST_INSERT_ID() Note that the following test fails (will be fixed ASAP): sub_select, union, rpl_rotate_logs and rpl_mystery22 | ||||
* | Merge with 4.0.3 | monty@narttu.mysql.fi | 2002-08-30 | 331 | -4597/+71903 |
|\ | | | | | | | | | | | | | | | | | Some simple optimzations, more comments and indentation changes. Add ` around database in 'use database' in binary log. Moved max_error_count and max_warning_count to variables struct. Removed SHOW_WARNS_COUNT and SHOW_ERRORS_COUNT calls. Changed string functions to use character set of first string argument as default return characterset (Each string function can change the above assumption if needed) | ||||
| * | Fix that this didn't work as far as sorting for ORDER BY was removed by ↵ | bar@bar.mysql.r18.ru | 2002-08-26 | 2 | -0/+21 |
| | | | | | | | | | | | | optimizer: SELECT k FROM t1 GROUP BY k COLLATE latin1 ORDER BY k COLLATE latin1_de | ||||
| * | Adding a necessary functionality to ::store and ::save_in_field | Sinisa@sinisa.nasamreza.org | 2002-08-24 | 15 | -195/+401 |
| | | | | | | | | | | that will take place properly after pull from 4.0, in order to handle conversions from quoted constants to bigint's. | ||||
| * | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1 | bell@sanja.is.com.ua | 2002-08-22 | 1 | -96/+0 |
| |\ | | | | | | | | | | into sanja.is.com.ua:/home/bell/mysql/work-4.1 | ||||
| | * | removed accidentally pushed file | bell@sanja.is.com.ua | 2002-08-22 | 1 | -96/+0 |
| | | | |||||
| * | | Merge abarkov@work.mysql.com:/home/bk/mysql-4.1 | bar@bar.mysql.r18.ru | 2002-08-22 | 6 | -8/+123 |
| |\ \ | | | | | | | | | | | | | into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1.dyn | ||||
| | * | | Stupid bug fixes in sql_yacc.cc | bar@bar.mysql.r18.ru | 2002-08-22 | 6 | -8/+123 |
| | | | | | | | | | | | | | | | | | | | | | | | | New class Item_func_set_collation() Fixed that "SELECT CONVERT(expr USING charset) GROUP BY 1" was not working New COLLATION syntax: <expr> COLLATE latin1 | ||||
| * | | | Spatial code cleanup | ram@ram.(none) | 2002-08-22 | 2 | -7/+6 |
| |/ / | |||||
| * | | A comment about actual charset has been added | bar@bar.mysql.r18.ru | 2002-08-21 | 1 | -1/+1 |
| |/ | |||||
| * | Some speed improvements | bar@bar.mysql.r18.ru | 2002-08-15 | 6 | -30/+61 |
| | | |||||
| * | New character sets | bar@bar.mysql.r18.ru | 2002-08-15 | 8 | -0/+651 |
| | | |||||
| * | More readable output | bar@bar.mysql.r18.ru | 2002-08-14 | 1 | -7/+36 |
| | | |||||
| * | Fix | bar@bar.mysql.r18.ru | 2002-08-14 | 2 | -1/+2 |
| | | |||||
| * | server-key.pem regenerated | walrus@mysql.com | 2002-08-08 | 6 | -139/+137 |
| | | | | | | | | | | | | | | | | server-cert.pem regenerated client-key.pem regenerated client-cert.pem regenerated cacert.pem regenerated sslopt-case.h changed optarg to argument, decomment --ssl-key | ||||
| * | New CRC32() SQL function | bar@bar.udmsearch.izhnet.ru | 2002-08-06 | 5 | -0/+30 |
| | | |||||
| * | - Added missing files to distribution | lenz@mysql.com | 2002-08-06 | 3 | -153/+2 |
| | | | | | | | | - removoved getopt.h (has been replaced by my_getopt.h) | ||||
| * | Merge abarkov@work.mysql.com:/home/bk/mysql-4.1 | bar@bar.udmsearch.izhnet.ru | 2002-08-06 | 3 | -1/+106 |
| |\ | | | | | | | | | | into bar.udmsearch.izhnet.ru:/usr/home/bar/mysql-4.1.dyn | ||||
| | * | New file to generate a html page to review a charset | bar@bar.udmsearch.izhnet.ru | 2002-08-06 | 3 | -1/+106 |
| | | | |||||
| * | | Merge work:/home/bk/mysql-4.1 | serg@sergbook.mysql.com | 2002-08-05 | 1 | -1/+2 |
| |\ \ | | | | | | | | | | | | | into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.1 | ||||
| | * | | make SEARCH_PREFIX to work with complex (use_strcoll) charsets | serg@sergbook.mysql.com | 2002-08-05 | 1 | -1/+2 |
| | | | | |||||
| * | | | Some updates to the logging section. | nick@mysql.com | 2002-08-03 | 2 | -37/+30 |
| | |/ | |/| | |||||
| * | | Move operation to logically better place | bar@bar.udmsearch.izhnet.ru | 2002-07-31 | 1 | -1/+1 |
| | | | |||||
| * | | Some more speedup in charsets handling | bar@bar.udmsearch.izhnet.ru | 2002-07-31 | 2 | -28/+24 |
| | | | |||||
| * | | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1 | bell@sanja.is.com.ua | 2002-07-31 | 3 | -5/+27 |
| |\ \ | | | | | | | | | | | | | into sanja.is.com.ua:/home/bell/mysql/work-subselect-4.1 | ||||
| | * | | fixed bug reported by Walrus & Miguel in exists subselect | bell@sanja.is.com.ua | 2002-07-31 | 3 | -5/+27 |
| | | | | |||||
| * | | | Removed unused strucure | bar@bar.udmsearch.izhnet.ru | 2002-07-30 | 1 | -43/+39 |
| | | | | | | | | | | | | | | | | Some fixes and improvements | ||||
| * | | | Renamed some charset related constant | bar@bar.udmsearch.izhnet.ru | 2002-07-30 | 8 | -155/+187 |
| | | | | | | | | | | | | | | | | | | | | | | | | New fields in CHARSET_INFO for more nice SHOW CHARACTER SET Dynamic charsets are now handled in faster way SHOW CHARACTER SET now displays not only compiled charsets but dynamic charsets too | ||||
| * | | | move _print_charset to proper place | bar@bar.udmsearch.izhnet.ru | 2002-07-30 | 2 | -39/+32 |
| |/ / | |||||
| * | | Rows order has been made more explicit | bar@bar.udmsearch.izhnet.ru | 2002-07-29 | 3 | -257/+258 |
| |/ | |||||
| * | CREATE ... SELECT extension (WL 317) | WAX@sergbook.mysql.com | 2002-07-20 | 7 | -19/+91 |
| | | |||||
| * | Stupid bug has been fixed | ram@ram.(none) | 2002-07-12 | 2 | -0/+2 |
| | | |||||
| * | Merge rkalimullin@work.mysql.com:/home/bk/mysql-4.1 | ram@ram.(none) | 2002-07-10 | 64 | -560/+8693 |
| |\ | | | | | | | | | | into ram.(none):/home/ram/work/mysql-4.1.spatial | ||||
| | * | cleanup | bell@sanja.is.com.ua | 2002-07-05 | 2 | -3/+3 |
| | | | |||||
| | * | server-cfg.sh remove %smds, remove conversation from date to int for mysql, | walrus@mysql.com | 2002-07-03 | 2 | -171/+6 |
| | | | | | | | | | | | | server-cfg.sh set bdb as transactional | ||||
| | * | SHOW CREATE DATABASE name; | bar@gw.udmsearch.izhnet.ru | 2002-07-02 | 5 | -2/+115 |
| | | | | | | | | | | | | Small fixes in database default charset code | ||||
| | * | Merge abarkov@work.mysql.com:/home/bk/mysql-4.1 | bar@gw.udmsearch.izhnet.ru | 2002-07-01 | 3 | -2/+20 |
| | |\ | | | | | | | | | | | | | into gw.udmsearch.izhnet.ru:/usr/home/bar/mysql-4.1 | ||||
| | | * | typo fixed | bell@sanja.is.com.ua | 2002-07-01 | 1 | -1/+1 |
| | | | | |||||
| | | * | subselect clean up | bell@sanja.is.com.ua | 2002-07-01 | 3 | -2/+20 |
| | | | | | | | | | | | | | | | | fix after automerge | ||||
| | * | | Merge abarkov@work.mysql.com:/home/bk/mysql-4.1 | bar@gw.udmsearch.izhnet.ru | 2002-07-01 | 23 | -99/+177 |
| | |\ \ | | | |/ | | | | | | | | | into gw.udmsearch.izhnet.ru:/usr/home/bar/mysql-4.1 | ||||
| | | * | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1 | bell@sanja.is.com.ua | 2002-07-01 | 23 | -99/+177 |
| | | |\ | | | | | | | | | | | | | | | | into sanja.is.com.ua:/home/bell/mysql/work-having-4.1 | ||||
| | | | * | subselect in having clause | bell@sanja.is.com.ua | 2002-07-01 | 23 | -99/+177 |
| | | | | | | | | | | | | | | | | | | | | fixed bug in sum function in subselect | ||||
| | * | | | Added test for new charset features | bar@gw.udmsearch.izhnet.ru | 2002-06-27 | 2 | -0/+1523 |
| | |/ / | |||||
| | * | | Fix | bar@gw.udmsearch.izhnet.ru | 2002-06-27 | 1 | -0/+1 |
| | | | | |||||
| | * | | Now database default character is changed during ALTER DATABASE | bar@gw.udmsearch.izhnet.ru | 2002-06-27 | 1 | -6/+16 |
| | | | | | | | | | | | | | | | | if the current db is being altered | ||||
| | * | | ALTER DATABASE DEFAULT CHARACTER SET latin1; | bar@gw.udmsearch.izhnet.ru | 2002-06-27 | 5 | -79/+195 |
| | | | | |||||
| | * | | SELECT DISTINCT CONVERT(field USING charset) now works properly | bar@gw.udmsearch.izhnet.ru | 2002-06-26 | 1 | -0/+1 |
| | | | | |||||
| | * | | This now correctly substitutes charset to new table: | bar@gw.udmsearch.izhnet.ru | 2002-06-26 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | CREATE TABLE a SELECT strfunc(non_default_charset_expr) | ||||
| | * | | Several problems were fixed (mostly BLOB+charset related) | bar@gw.udmsearch.izhnet.ru | 2002-06-26 | 7 | -34/+77 |
| | |/ | | | | | | | | | | | | | Fixed that MyISAM were not working properly with non-8bit charsets in some cases CONVERT() function now works properly | ||||
| | * | Database default charset now works: | bar@gw.udmsearch.izhnet.ru | 2002-06-24 | 5 | -9/+45 |
| | | | | | | | | | | | | CREATE DATABASE dbname DEFAULT CHARACTERSET=latin1 |