Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sql_acl.cc, item.h: | bar@bar.mysql.r18.ru | 2003-03-07 | 7 | -11/+17 |
| | | | | | | | | | | | | use of new argument sql_analyse.h: macros from mysql_priv.h. Should be deleted soon. mysql_priv.h: _default_charset_info has been removed item_cmpfunc.h: Use cmp_charset hostname.cc, hash_filo.h: Move charset to constructor argument | ||||
* | New syntax to change client collation: | bar@bar.mysql.r18.ru | 2003-03-07 | 3 | -1/+83 |
| | | | | | | SET COLLATION latin1 SET COLLATION 'latin1' SET COLLATION DEFAULT | ||||
* | Merge kishkin.ru:/home/wax/mysql-4n into kishkin.ru:/home/wax/mysql-4nh | wax@kishkin.ru | 2003-03-07 | 2 | -0/+3 |
|\ | |||||
| * | URGENT fixed bug in shared memory (handler_count) | wax@kishkin.ru | 2003-03-02 | 2 | -0/+3 |
| | | |||||
* | | Merge lgrimmer@work.mysql.com:/home/bk/mysql-4.1 | lenz@mysql.com | 2003-03-06 | 5 | -23/+23 |
|\ \ | | | | | | | | | | into mysql.com:/space/my/mysql-4.1 | ||||
| * \ | Merge mysql.com:/space/my/mysql-4.1 | lenz@mysql.com | 2003-03-06 | 5 | -23/+23 |
| |\ \ | | | | | | | | | | | | | into mysql.com:/space/my/mysql-4.1-build | ||||
| | * | | - Changed C++-style comments to C-style comments to make IBM compiler happy | lenz@mysql.com | 2003-03-06 | 5 | -23/+23 |
| | | | | |||||
* | | | | Added IsClosed() tests for MultiLineString objects. | ram@mysql.r18.ru | 2003-03-06 | 2 | -0/+20 |
|/ / / | | | | | | | | | | Added Centroid(), Area() tests for MultiPolygon objects. | ||||
* | | | Bug fix: should use float8get() instead of (double *) type cast. | ram@mysql.r18.ru | 2003-03-06 | 1 | -71/+92 |
|/ / | | | | | | | Code clean-up according 'Coding Standards and Styles' | ||||
* | | novell41b.patch | greg@mysql.com[greg] | 2003-03-05 | 4 | -4180/+27 |
| | | |||||
* | | Fixed character set bug when replicating user variables | monty@mashka.mysql.fi | 2003-03-05 | 1 | -13/+17 |
| | | |||||
* | | Merge abarkov@work.mysql.com:/home/bk/mysql-4.1 | bar@bar.mysql.r18.ru | 2003-03-05 | 18 | -56/+116 |
|\ \ | | | | | | | | | | into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1 | ||||
| * | | New fields in CHARSET_INFO structure to optimize searching for | bar@bar.mysql.r18.ru | 2003-03-05 | 18 | -56/+116 |
| | | | | | | | | | | | | binary and primary collations in the future | ||||
* | | | Bug fix: we should set proper my_errno | ram@mysql.r18.ru | 2003-03-05 | 1 | -1/+13 |
|/ / | |||||
* | | SET NAMES has been extended to support optional collation: | bar@bar.mysql.r18.ru | 2003-03-05 | 5 | -18/+70 |
| | | | | | | | | SET NAMES <charset name> [COLLATE <collation name>] | ||||
* | | - typo fix (replaced blanks with a tab) | lenz@mysql.com | 2003-03-05 | 1 | -1/+1 |
| | | |||||
* | | Merge work.mysql.com:/home/bk/mysql-4.1 | venu@myvenu.com | 2003-03-04 | 98 | -580/+802 |
|\ \ | | | | | | | | | | into myvenu.com:/home/venu/work/sql/dev-4.1 | ||||
| * | | - added missing file mysql-test/std_data/des_key_file to source and binary | lenz@mysql.com | 2003-03-04 | 2 | -0/+3 |
| | | | | | | | | | | | | distribution to fix a test failure in test "func_encrypt" | ||||
| * | | Merge gweir@work.mysql.com:/home/bk/mysql-4.1 | greg@mysql.com | 2003-03-04 | 11 | -0/+0 |
| |\ \ | | | | | | | | | | | | | into mysql.com:/home/greg/bk/mysql-4.1 | ||||
| | * | | Many files: | greg@mysql.com | 2003-03-04 | 11 | -0/+0 |
| | | | | | | | | | | | | | | | | Change mode to -rwxrwxr-x | ||||
| * | | | Merge abarkov@work.mysql.com:/home/bk/mysql-4.1 | bar@bar.mysql.r18.ru | 2003-03-04 | 8 | -23/+51 |
| |\ \ \ | | |/ / | |/| | | | | | | into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1 | ||||
| | * | | SELECT BINARY expr | bar@bar.mysql.r18.ru | 2003-03-04 | 8 | -23/+51 |
| | | | | | | | | | | | | | | | | | | | | is now synonim for SELECT expr COLLATE <expr_charset>_bin | ||||
| * | | | novell41.patch | greg@mysql.com[greg] | 2003-03-04 | 17 | -248/+363 |
| |/ / | |||||
| * | | stringcmp() and sortcmp() have been unified | bar@bar.mysql.r18.ru | 2003-03-04 | 11 | -132/+102 |
| | | | | | | | | | | | | | | | into the only one sortcmp() with additional CHARSET_INFO *cmp_charset argument. | ||||
| * | | Fix for reading variables from binary log. | monty@narttu.mysql.fi | 2003-03-04 | 1 | -3/+9 |
| | | | |||||
| * | | Fix for using unitialized mutex when running version compiled with --debug | monty@narttu.mysql.fi | 2003-03-04 | 5 | -18/+9 |
| | | | |||||
| * | | Fix for SHOW, it didn't display CHARACTER SET and COLLATE clause | bar@bar.mysql.r18.ru | 2003-03-04 | 5 | -18/+56 |
| | | | | | | | | | | | | for binary collations | ||||
| * | | Every character set now has binary collation | bar@bar.mysql.r18.ru | 2003-03-04 | 25 | -128/+119 |
| | | | |||||
| * | | Do not give an error when the user does START SLAVE on an already | guilhem@mysql.com | 2003-03-03 | 26 | -10/+90 |
| | | | | | | | | | | | | | | | running slave, just give a warning. Same thing for STOP SLAVE. This will make scripts writing easier for users. | ||||
* | | | sql_prepare.cc: | venu@myvenu.com | 2003-03-04 | 1 | -5/+0 |
| | | | | | | | | | | | | Remove the unused code (from previous commit) | ||||
* | | | Fix EXPLAIN bug with binary protocol | venu@myvenu.com | 2003-03-04 | 2 | -28/+247 |
| | | | | | | | | | | | | | | | Added new client tests (EXPLAIN + DECIMAL conv) | ||||
* | | | Merge work.mysql.com:/home/bk/mysql-4.1 | venu@myvenu.com | 2003-03-03 | 15 | -123/+133 |
|\ \ \ | |/ / | | | | | | | into myvenu.com:/home/venu/work/sql/dev-4.1 | ||||
| * | | Merge rkalimullin@work.mysql.com:/home/bk/mysql-4.1 | ram@mysql.r18.ru | 2003-03-03 | 1 | -2/+5 |
| |\ \ | | | | | | | | | | | | | into mysql.r18.ru:/usr/home/ram/work/mysql-4.1 | ||||
| | * | | os_rename.c: | ram@mysql.r18.ru | 2003-03-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Typo fix. | ||||
| | * | | os_rename.c: | ram@mysql.r18.ru | 2003-03-01 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | Portability fix. GetLongPathName is not supported by Windows95. | ||||
| * | | | Coercibility is now stored in user vars | bar@bar.mysql.r18.ru | 2003-03-03 | 5 | -10/+17 |
| | | | | |||||
| * | | | Strings which appear without charset context, | bar@bar.mysql.r18.ru | 2003-03-03 | 11 | -111/+111 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | like number-to-string-convertion-result, now takes current database character set, instead of thread character set. This makes it easy to be SQL99 conformant and 4.0 compatible. Item->thd_charset() is renamed to Item->default_charset() as old name doesn't describe its nature anymore. | ||||
* | | | | Fix for the windows src distribution script - SCRUM: | venu@myvenu.com | 2003-03-02 | 2 | -131/+169 |
|/ / / | | | | | | | | | | | | | | | | -- To take care of .zip and .tar -- Initialization of 'data' directory without any host dependancy data -- Incorporate all changes from Monty | ||||
* | | | COLLATE tests | bar@bar.mysql.r18.ru | 2003-03-02 | 2 | -0/+601 |
| | | | |||||
* | | | sql_yacc.yy: | bar@bar.mysql.r18.ru | 2003-03-02 | 1 | -1/+14 |
| |/ |/| | | | | | Produce an error when a field collation and charset are not compatible | ||||
* | | New error message for situation like: | bar@bar.mysql.r18.ru | 2003-03-02 | 25 | -2/+35 |
| | | | | | | | | SELECT latin1_expr COLLATE anpther_charset_collation | ||||
* | | Replication: give the slave I/O thread a higher priority than the slave SQL ↵ | papa@gbichot.local | 2003-03-01 | 2 | -4/+8 |
| | | | | | | | | | | | | | | thread so that it has fetched the most from the master's binlog before the master accidently dies. SCRUM task #756. | ||||
* | | Added options reconnect/enable-reconnect/disable-reconnect/skip-reconnect to ↵ | papa@gbichot.local | 2003-03-01 | 3 | -7/+11 |
| | | | | | | | | | | | | | | the 'mysql' command-line client. Disabling can be safer when the server silently dies & restarts. This is for SCRUM task #727. | ||||
* | | Merge work:/home/bk/mysql-4.1 | serg@serg.mysql.com | 2003-03-01 | 2 | -2/+2 |
|\ \ | | | | | | | | | | into serg.mysql.com:/usr/home/serg/Abk/mysql-4.1 | ||||
| * | | error message fixed | serg@serg.mysql.com | 2003-02-26 | 2 | -1/+2 |
| | | | |||||
* | | | Test case for spatial objects. | ram@mysql.r18.ru | 2003-03-01 | 2 | -0/+418 |
| | | | |||||
* | | | Added GeometryFromText, MultiPointFromText aliases. | ram@mysql.r18.ru | 2003-02-28 | 2 | -1/+6 |
| |/ |/| | | | | | Added GeometryCollection type. | ||||
* | | item_func.cc: | bar@bar.mysql.r18.ru | 2003-02-28 | 1 | -4/+23 |
| | | | | | | | | Fix for coercibility of function | ||||
* | | item_strfunc.cc: | bar@bar.mysql.r18.ru | 2003-02-28 | 1 | -0/+1 |
| | | | | | | | | Charset conversion function changes coercibility to IMPLICIT | ||||
* | | sql_yacc.yy: | bar@bar.mysql.r18.ru | 2003-02-28 | 2 | -1/+2 |
| | | | | | | | | | | | | _charset cast changes coercibility to implicit item_strfunc.cc: Collation cast change coercibility to EXPLICIT |