- 15 Mar, 2003 8 commits
-
-
unknown authored
into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1
-
unknown authored
less system_charset_info sql/sql_db.cc: less system_charset_info sql/sql_parse.cc: less system_charset_info
-
unknown authored
sql/item_subselect.cc: Auto merged sql/sql_select.cc: Auto merged mysql-test/r/subselect.result: SCCS merged mysql-test/t/subselect.test: SCCS merged
-
unknown authored
into sanja.is.com.ua:/home/bell/mysql/mysql-4.1
-
unknown authored
Use LEX charset instead of system one sql/sql_lex.cc: Use LEX charset instead of system one
-
unknown authored
into sanja.is.com.ua:/home/bell/mysql/work-leak-4.1
-
unknown authored
removed all side effects from asserts for not to confuse casual reader
-
unknown authored
into sanja.is.com.ua:/home/bell/mysql/work-leak-4.1 mysql-test/r/subselect.result: Auto merged sql/item_subselect.cc: Auto merged
-
- 14 Mar, 2003 7 commits
-
-
unknown authored
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.1 sql/sql_select.cc: Auto merged sql/sql_select.h: Auto merged strings/ctype-bin.c: Auto merged
-
unknown authored
-
unknown authored
into myvenu.com:/home/venu/work/sql/dev-4.1
-
unknown authored
(normal protocol only, prepared protocol already handles it) sql/protocol.cc: Fix for not to assert in DBUG mode when the result type is INT24 as data is sent in INT32 format
-
unknown authored
into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1 sql/sql_lex.h: Auto merged
-
unknown authored
-
unknown authored
mysql-test/r/union.result: sect of uncachable union mysql-test/t/union.test: sect of uncachable union sql/sql_lex.h: fixed uncachable union
-
- 13 Mar, 2003 6 commits
-
-
unknown authored
into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1
-
unknown authored
Move all charset recoding to the same place sql/sql_lex.cc: Move all charset recoding to the same place
-
unknown authored
Unnesessary binary() calls have been removed sql/field.cc: Unnesessary binary() calls have been removed sql/item_strfunc.cc: Unnesessary binary() calls have been removed sql/item_func.cc: Unnesessary binary() calls have been removed sql/sql_analyse.cc: Unnesessary binary() calls have been removed sql/filesort.cc: Unnesessary binary() calls have been removed
-
unknown authored
into gluh.mysql.r18.ru:/home/gluh/mysql-4.1.test
-
unknown authored
-
unknown authored
-
- 12 Mar, 2003 2 commits
- 11 Mar, 2003 4 commits
-
-
unknown authored
mysql-test/t/rpl_rotate_logs.test: Auto merged sql/lex.h: Auto merged sql/mysql_priv.h: Auto merged sql/set_var.cc: Auto merged sql/sql_class.h: Auto merged sql/sql_lex.h: Auto merged sql/sql_repl.cc: Auto merged sql/sql_repl.h: Auto merged
-
unknown authored
into sanja.is.com.ua:/home/bell/mysql/work-in-4.1 sql/item_cmpfunc.cc: Auto merged
-
unknown authored
mysql-test/r/subselect.result: test of constant redecing mysql-test/t/subselect.test: test of constant redecing sql/item_cmpfunc.cc: fixed cached constsnt determination
-
unknown authored
Added expire-logs-days option mysql-test/r/rpl_rotate_logs.result: Added test for 'PURGE LOGS BEFORE' mysql-test/t/rpl_rotate_logs.test: Added test for 'PURGE LOGS BEFORE' sql/log.cc: For 'Purge logs before' command sql/mysqld.cc: Added 'expire-logs-days' option sql/set_var.cc: Added 'expire-logs-days' option sql/sql_class.h: For 'Purge logs before' command sql/sql_parse.cc: Added 'expire-logs-days' option sql/sql_yacc.yy: For 'Purge logs before' command
-
- 10 Mar, 2003 5 commits
-
-
unknown authored
mysql-test/r/subselect.result: test of cleanup bug mysql-test/t/subselect.test: test of cleanup bug sql/sql_select.cc: fixed cleanup
-
unknown authored
-
unknown authored
-
unknown authored
into sanja.is.com.ua:/home/bell/mysql/work-in-4.1 sql/item.h: Auto merged sql/item_subselect.cc: Auto merged
-
unknown authored
mysql-test/r/subselect.result: test of IN with error mysql-test/t/subselect.test: test of IN with error
-
- 08 Mar, 2003 1 commit
-
-
unknown authored
-
- 07 Mar, 2003 7 commits
-
-
unknown authored
into sinisa.nasamreza.org:/mnt/work/mysql-4.1 sql/mysql_priv.h: Auto merged sql/sql_yacc.yy: Auto merged
-
unknown authored
Major re-write of code yet has to be done, to circumvent assigning of UNIT to current select and to deal better with offset, limit. mysql-test/r/union.result: A fix of merge fix
-
unknown authored
into myvenu.com:/home/venu/work/sql/dev-4.1
-
unknown authored
support-files/mysql.spec.sh: Change -IN_RPM -> --rpm scripts/make_win_src_distribution.sh: Change -WINDOWS -> --windows (call to mysql_install_db) scripts/mysql_install_db.sh: Change -IN_RPM -> --rpm and -WINDOWS -> --windows
-
unknown authored
some default_charset_info were removed sql/sql_base.cc: some default_charset_info were removed sql/table.cc: some default_charset_info were removed sql/unireg.cc: some default_charset_info were removed sql/item_cmpfunc.cc: some default_charset_info were removed sql/item_func.cc: some default_charset_info were removed
-
unknown authored
LOAD DATA INFILE now uses database character set instead of server character set. This is not excellent but at least allows to load for example cyrillic data into cyrillic database if server charset is latin1. In the future we should add a syntax to specify file charset or evern charset of each field. sql/sql_load.cc: LOAD DATA INFILE now uses database character set instead of server character set. This is not excellent but at least allows to load for example cyrillic data into cyrillic database if server charset is latin1. In the future we should add a syntax to specify file charset or evern charset of each field.
-
unknown authored
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 sql/hash_filo.h: Move charset to constructor argument sql/hostname.cc: Move charset to constructor argument sql/item_cmpfunc.h: Use cmp_charset sql/mysql_priv.h: _default_charset_info has been removed sql/sql_analyse.h: macros from mysql_priv.h. Should be deleted soon. sql/item.h: use of new argument sql/sql_acl.cc: use of new argument
-