- 28 Mar, 2003 2 commits
- 27 Mar, 2003 5 commits
-
-
unknown authored
into deer.mysql.r18.ru:/home/hf/work/mysql-4.1.rpc
-
unknown authored
into mashka.mysql.fi:/home/my/mysql-4.1 BitKeeper/etc/gone: auto-union BitKeeper/etc/logging_ok: auto-union sql/sql_parse.cc: Auto merged sql/sql_yacc.yy: Auto merged
-
unknown authored
mysql-test/r/query_cache.result: Updated test for 4.1 mysql-test/t/query_cache.test: Updated test for 4.1 sql/sql_parse.cc: After merge fix sql/sql_yacc.yy: After merge fix
-
unknown authored
GeometryCollectionFromText is now alias for GeomCollFromText sql/lex.h: GeometryCollectionFromText is now alias for GeomCollFromText
-
unknown authored
Point, MultiLine, Poligom, etc, are now not aliases for Geometry, but separate field types.
-
- 26 Mar, 2003 6 commits
-
-
unknown authored
(Truncating of Replace result) sql/item_strfunc.cc: max_length for Replace function was counted in wrong way
-
unknown authored
BitKeeper/etc/gone: auto-union BitKeeper/etc/logging_ok: auto-union myisam/sort.c: Auto merged mysql-test/r/group_by.result: Auto merged mysql-test/r/join_outer.result: Auto merged mysql-test/r/order_by.result: Auto merged mysql-test/r/query_cache.result: Auto merged mysql-test/r/type_blob.result: Auto merged mysql-test/r/type_ranges.result: Auto merged mysql-test/r/update.result: Auto merged mysql-test/t/bdb-crash.test: Auto merged mysql-test/t/group_by.test: Auto merged mysql-test/t/join_outer.test: Auto merged mysql-test/t/order_by.test: Auto merged mysql-test/t/query_cache.test: Auto merged mysql-test/t/type_blob.test: Auto merged mysql-test/t/type_decimal.test: Auto merged mysql-test/t/type_ranges.test: Auto merged mysql-test/t/update.test: Auto merged sql-bench/crash-me.sh: Auto merged client/mysql.cc: Keep old code
-
unknown authored
-
unknown authored
sql-bench/limits/mysql.cfg: Update to new crash me
-
unknown authored
Comments why "greek" is ISO greek sql/share/charsets/greek.xml: Comments why "greek" is ISO greek
-
unknown authored
Some collation names have been renamed BitKeeper/deleted/.del-ctype-latin1_de.c~c5d8f9208bceb98e: Delete: strings/ctype-latin1_de.c libmysql/Makefile.shared: German Phone book collation is always compiled mysql-test/r/ctype_collate.result: Some collation names have been renamed mysql-test/t/ctype_collate.test: Some collation names have been renamed mysql-test/t/ctype_latin1_de-master.opt: Some collation names have been renamed mysys/charset.c: get_charset_by_name() now will find its default collation if charset name is passed sql/share/charsets/Index.xml: Some collation names have been renamed sql/share/charsets/cp1251.xml: Some collation names have been renamed sql/share/charsets/cp1257.xml: Some collation names have been renamed sql/share/charsets/latin1.xml: Some collation names have been renamed sql/share/charsets/latin2.xml: Some collation names have been renamed sql/share/charsets/latin7.xml: Some collation names have been renamed sql/share/charsets/macce.xml: Some collation names have been renamed sql/share/charsets/macroman.xml: Some collation names have been renamed sql/sql_show.cc: Nicer output from SHOW COLLATION strings/Makefile.am: German Phone book collation is always compiled strings/ctype-czech.c: Some collation names have been renamed strings/ctype-extra.c: Don't compile dynamic charset. We should decide names convension before making this available. strings/ctype-latin1.c: German Phone book collation is always compiled
-
- 25 Mar, 2003 14 commits
-
-
unknown authored
(there is a Makefile in readline_topdir that already lists readline_dir in SUBDIRS)
-
unknown authored
into mysql.com:/suse80/my/mysql-4.1
-
unknown authored
sql/sql_error.cc: - fixed comment so mysql_copyright does not eat the whole file sql/sql_prepare.cc: - fixed comment so mysql_copyright does not eat the whole file
-
unknown authored
Low case letters are used in charset names BitKeeper/deleted/.del-MacRoman.xml~f890bce37d31d382: Delete: sql/share/charsets/MacRoman.xml BitKeeper/deleted/.del-MacCE.xml~fca413f3126f6189: Delete: sql/share/charsets/MacCE.xml mysys/charset.c: SHOW CHARACTER SET now can display comments sql/share/charsets/Index.xml: SHOW CHARACTER SET now can display comments sql/sql_show.cc: SHOW CHARACTER SET now can display comments strings/ctype.c: SHOW CHARACTER SET now can display comments
-
unknown authored
into mysql.com:/suse80/my/mysql-4.1
-
unknown authored
into narttu.mysql.fi:/my/mysql-4.0 mysql-test/r/group_by.result: Auto merged mysql-test/t/group_by.test: Auto merged
-
unknown authored
mysql-test/r/group_by.result: Test for group by + alias bug mysql-test/t/group_by.test: Test for group by + alias bug
-
unknown authored
NATIONAL CHARACTER() has latin1 charset now. Reasons are (by Monty): I think we should keepy having latin1 (default configure option) as the national character set. The reason for this is simple that: - This is ok for a large part of the world. - It's faster and takes less space than utf8. sql/sql_string.cc: NATIONAL CHARACTER() has latin1 charset now. Reasons are (by Monty): I think we should keepy having latin1 (default configure option) as the national character set. The reason for this is simple that:
-
unknown authored
LIKE was used against wrong name sql/sql_show.cc: LIKE was used against wrong name
-
unknown authored
-
unknown authored
into mysql.com:/suse80/my/mysql-4.1
-
unknown authored
-
unknown authored
into narttu.mysql.fi:/my/mysql-4.1
-
unknown authored
Fixed bug in allocation memory in key cache. (Memory was not properly aligned which cased core dumps on sparc CPU's) Changed keycache variables to start with my_ instead of _my_ include/my_sys.h: Changed keycache variables to start with my_ instead of _my_ myisam/mi_test2.c: Changed keycache variables to start with my_ instead of _my_ Removed compiler warnings myisam/sp_test.c: Removed compiler warning mysys/mf_keycache.c: Fixed bug in allocation memory (Memory was not properly aligned which cased core dumps on sparc CPU's) Changed keycache variables to start with my_ instead of _my_ Fixed indentation and comment syntax. Removed end space. sql/mysqld.cc: Changed keycache variables to start with my_ instead of _my_ sql/sql_test.cc: Changed keycache variables to start with my_ instead of _my_
-
- 24 Mar, 2003 8 commits
-
-
unknown authored
into mysql.com:/suse80/my/mysql-4.1
-
unknown authored
Fixed that concat() didn't set character set in val_str concat_ws() now honors coercibility sql/item_strfunc.cc: Fixed that concat() didn't set character set in val_str concat_ws() now honors coercibility
-
unknown authored
The result didn't return proper collation sql/item_strfunc.cc: The result didn't return proper collation
-
unknown authored
A bug has been fixed. ELT() didn't honor the second argument. Coercibility support has been added. sql/item_strfunc.cc: A bug has been fixed. ELT() didn't honor the second argument. Coercibility support has been added.
-
unknown authored
(Thanks to Marc Liyanage for spotting this)
-
unknown authored
into mysql.com:/suse80/my/mysql-4.1 BitKeeper/etc/logging_ok: auto-union
-
unknown authored
into mysql.com:/suse80/my/mysql-4.0 BitKeeper/etc/logging_ok: auto-union
-
unknown authored
-
- 23 Mar, 2003 1 commit
-
-
unknown authored
cause compatibility problems. Fix will be enabled in 4.1.
-
- 22 Mar, 2003 3 commits
-
-
unknown authored
e.g. default value is not accepted with auto_increment anymore.
-
unknown authored
at the same time.
-
unknown authored
Now it does not SEGV, but USER() is still badly replicated (it is replicated to ""), which is a lower priority bug. sql/item_strfunc.cc: Fix for #178 Replicating INSERT VALUES(USER()) crashes (SEGV) the slave Now it does not SEGV, but USER() is still badly replicated (it is replicated to ""), which is a lower priority bug.
-
- 21 Mar, 2003 1 commit
-
-
unknown authored
netware/mysqld_safe.c: Changes to argument handling, spawn, etc
-