- 27 Mar, 2003 1 commit
-
-
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
-
- 26 Mar, 2003 3 commits
-
-
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
-
- 25 Mar, 2003 8 commits
-
-
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
-
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 6 commits
-
-
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.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 18 commits
-
-
unknown authored
netware/mysqld_safe.c: Changes to argument handling, spawn, etc
-
unknown authored
include/config-netware.h: Define USE_OLD_FUNCTIONS, remove NKS header includes netware/BUILD/mwenv: Changes to compiler flags netware/BUILD/nwbootstrap: bk changes syntax netware/Makefile.am: Remove isamchk.def, mysqld.xdc, add comp_err.def to netware_build_files netware/isamchk.def: Add XDCDATA netware/isamlog.def: Add XDCDATA netware/libmysql.def: Add XDCDATA netware/my_manage.c: Changes in argument handling, use procve netware/my_manage.h: Changes to argument handling, spawn netware/my_print_defaults.def: Add XDCDATA netware/myisamchk.def: Add XDCDATA netware/myisamlog.def: Add XDCDATA netware/myisampack.def: Add XDCDATA netware/mysql.def: Add XDCDATA netware/mysql_install.def: Add XDCDATA netware/mysql_install_db.c: Argument handling changes, etc netware/mysql_install_db.def: Add XDCDATA netware/mysql_test_run.c: Argument handling, spawn changes, etc netware/mysql_test_run.def: Add XDCDATA netware/mysqladmin.def: Add XDCDATA netware/mysqlbinlog.def: Add XDCDATA netware/mysqlcheck.def: Add XDCDATA netware/mysqld.def: Add XDCDATA netware/mysqld_safe.def: Add XDCDATA netware/mysqldump.def: Add XDCDATA netware/mysqlimport.def: Add XDCDATA netware/mysqlshow.def: Add XDCDATA netware/mysqltest.def: Add XDCDATA netware/pack_isam.def: Add XDCDATA netware/perror.def: Add XDCDATA netware/replace.def: Add XDCDATA netware/resolveip.def: Add XDCDATA
-
unknown authored
into mysql.com:/home/mysql_src/mysql-4.1
-
unknown authored
-
unknown authored
into narttu.mysql.fi:/my/mysql-4.1 sql/mysqld.cc: Auto merged
-
unknown authored
innobase/ha/ha0ha.c: Removed compiler warnings mysql-test/t/innodb.test: Another fix for cardinality scripts/Makefile.am: Install fill_help_tables.sql in prefix/share/mysql Don't install make_binary_distribution scripts/fill_help_tables.sh: use INSERT IGNORE to avoid errors scripts/make_binary_distribution.sh: Install and use fill_help_tables.sql scripts/mysql_install_db.sh: Search for and use fill_help_tables.sql sql/mysqld.cc: Don't write shutdown message when called from mysql_install_db support-files/Makefile.am: Don't install binary-configure support-files/binary-configure.sh: Don't use config files
-
unknown authored
add foreign key value update test sql-bench/crash-me.sh: add foreign key value update test
-
unknown authored
IFNULL() now honors collations sql/item_cmpfunc.cc: IFNULL() now honors collations
-
unknown authored
-
unknown authored
-
unknown authored
-
unknown authored
Reduce/reduce conflict fix. sql/sql_yacc.yy: Reduce/reduce conflict fix.
-
unknown authored
Some speed improvements
-
unknown authored
into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1
-
unknown authored
into narttu.mysql.fi:/my/mysql-4.1
-
unknown authored
mysql-test/t/innodb.test: Another fix to take InnoDB cardinality changes into account
-
unknown authored
into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1
-
unknown authored
"a LIKE b COLLATE c" worked as "(a LIKE b) COLLATE c" which is not right
-