summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sql_acl.cc, item.h:bar@bar.mysql.r18.ru2003-03-077-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.ru2003-03-073-1/+83
| | | | | | SET COLLATION latin1 SET COLLATION 'latin1' SET COLLATION DEFAULT
* Merge kishkin.ru:/home/wax/mysql-4n into kishkin.ru:/home/wax/mysql-4nhwax@kishkin.ru2003-03-072-0/+3
|\
| * URGENT fixed bug in shared memory (handler_count)wax@kishkin.ru2003-03-022-0/+3
| |
* | Merge lgrimmer@work.mysql.com:/home/bk/mysql-4.1lenz@mysql.com2003-03-065-23/+23
|\ \ | | | | | | | | | into mysql.com:/space/my/mysql-4.1
| * \ Merge mysql.com:/space/my/mysql-4.1lenz@mysql.com2003-03-065-23/+23
| |\ \ | | | | | | | | | | | | into mysql.com:/space/my/mysql-4.1-build
| | * | - Changed C++-style comments to C-style comments to make IBM compiler happylenz@mysql.com2003-03-065-23/+23
| | | |
* | | | Added IsClosed() tests for MultiLineString objects.ram@mysql.r18.ru2003-03-062-0/+20
|/ / / | | | | | | | | | Added Centroid(), Area() tests for MultiPolygon objects.
* | | Bug fix: should use float8get() instead of (double *) type cast.ram@mysql.r18.ru2003-03-061-71/+92
|/ / | | | | | | Code clean-up according 'Coding Standards and Styles'
* | novell41b.patchgreg@mysql.com[greg]2003-03-054-4180/+27
| |
* | Fixed character set bug when replicating user variablesmonty@mashka.mysql.fi2003-03-051-13/+17
| |
* | Merge abarkov@work.mysql.com:/home/bk/mysql-4.1bar@bar.mysql.r18.ru2003-03-0518-56/+116
|\ \ | | | | | | | | | into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1
| * | New fields in CHARSET_INFO structure to optimize searching forbar@bar.mysql.r18.ru2003-03-0518-56/+116
| | | | | | | | | | | | binary and primary collations in the future
* | | Bug fix: we should set proper my_errnoram@mysql.r18.ru2003-03-051-1/+13
|/ /
* | SET NAMES has been extended to support optional collation:bar@bar.mysql.r18.ru2003-03-055-18/+70
| | | | | | | | SET NAMES <charset name> [COLLATE <collation name>]
* | - typo fix (replaced blanks with a tab)lenz@mysql.com2003-03-051-1/+1
| |
* | Merge work.mysql.com:/home/bk/mysql-4.1venu@myvenu.com2003-03-0498-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 binarylenz@mysql.com2003-03-042-0/+3
| | | | | | | | | | | | distribution to fix a test failure in test "func_encrypt"
| * | Merge gweir@work.mysql.com:/home/bk/mysql-4.1greg@mysql.com2003-03-0411-0/+0
| |\ \ | | | | | | | | | | | | into mysql.com:/home/greg/bk/mysql-4.1
| | * | Many files:greg@mysql.com2003-03-0411-0/+0
| | | | | | | | | | | | | | | | Change mode to -rwxrwxr-x
| * | | Merge abarkov@work.mysql.com:/home/bk/mysql-4.1bar@bar.mysql.r18.ru2003-03-048-23/+51
| |\ \ \ | | |/ / | |/| | | | | | into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1
| | * | SELECT BINARY expr bar@bar.mysql.r18.ru2003-03-048-23/+51
| | | | | | | | | | | | | | | | | | | | is now synonim for SELECT expr COLLATE <expr_charset>_bin
| * | | novell41.patchgreg@mysql.com[greg]2003-03-0417-248/+363
| |/ /
| * | stringcmp() and sortcmp() have been unifiedbar@bar.mysql.r18.ru2003-03-0411-132/+102
| | | | | | | | | | | | | | | into the only one sortcmp() with additional CHARSET_INFO *cmp_charset argument.
| * | Fix for reading variables from binary log.monty@narttu.mysql.fi2003-03-041-3/+9
| | |
| * | Fix for using unitialized mutex when running version compiled with --debugmonty@narttu.mysql.fi2003-03-045-18/+9
| | |
| * | Fix for SHOW, it didn't display CHARACTER SET and COLLATE clausebar@bar.mysql.r18.ru2003-03-045-18/+56
| | | | | | | | | | | | for binary collations
| * | Every character set now has binary collationbar@bar.mysql.r18.ru2003-03-0425-128/+119
| | |
| * | Do not give an error when the user does START SLAVE on an alreadyguilhem@mysql.com2003-03-0326-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.com2003-03-041-5/+0
| | | | | | | | | | | | Remove the unused code (from previous commit)
* | | Fix EXPLAIN bug with binary protocolvenu@myvenu.com2003-03-042-28/+247
| | | | | | | | | | | | | | | Added new client tests (EXPLAIN + DECIMAL conv)
* | | Merge work.mysql.com:/home/bk/mysql-4.1venu@myvenu.com2003-03-0315-123/+133
|\ \ \ | |/ / | | | | | | into myvenu.com:/home/venu/work/sql/dev-4.1
| * | Merge rkalimullin@work.mysql.com:/home/bk/mysql-4.1ram@mysql.r18.ru2003-03-031-2/+5
| |\ \ | | | | | | | | | | | | into mysql.r18.ru:/usr/home/ram/work/mysql-4.1
| | * | os_rename.c:ram@mysql.r18.ru2003-03-011-1/+1
| | | | | | | | | | | | | | | | Typo fix.
| | * | os_rename.c:ram@mysql.r18.ru2003-03-011-2/+5
| | | | | | | | | | | | | | | | Portability fix. GetLongPathName is not supported by Windows95.
| * | | Coercibility is now stored in user varsbar@bar.mysql.r18.ru2003-03-035-10/+17
| | | |
| * | | Strings which appear without charset context, bar@bar.mysql.r18.ru2003-03-0311-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.com2003-03-022-131/+169
|/ / / | | | | | | | | | | | | | | | -- To take care of .zip and .tar -- Initialization of 'data' directory without any host dependancy data -- Incorporate all changes from Monty
* | | COLLATE testsbar@bar.mysql.r18.ru2003-03-022-0/+601
| | |
* | | sql_yacc.yy:bar@bar.mysql.r18.ru2003-03-021-1/+14
| |/ |/| | | | | Produce an error when a field collation and charset are not compatible
* | New error message for situation like:bar@bar.mysql.r18.ru2003-03-0225-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.local2003-03-012-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.local2003-03-013-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.1serg@serg.mysql.com2003-03-012-2/+2
|\ \ | | | | | | | | | into serg.mysql.com:/usr/home/serg/Abk/mysql-4.1
| * | error message fixedserg@serg.mysql.com2003-02-262-1/+2
| | |
* | | Test case for spatial objects.ram@mysql.r18.ru2003-03-012-0/+418
| | |
* | | Added GeometryFromText, MultiPointFromText aliases.ram@mysql.r18.ru2003-02-282-1/+6
| |/ |/| | | | | Added GeometryCollection type.
* | item_func.cc:bar@bar.mysql.r18.ru2003-02-281-4/+23
| | | | | | | | Fix for coercibility of function
* | item_strfunc.cc:bar@bar.mysql.r18.ru2003-02-281-0/+1
| | | | | | | | Charset conversion function changes coercibility to IMPLICIT
* | sql_yacc.yy:bar@bar.mysql.r18.ru2003-02-282-1/+2
| | | | | | | | | | | | _charset cast changes coercibility to implicit item_strfunc.cc: Collation cast change coercibility to EXPLICIT