- 04 Mar, 2003 1 commit
-
-
unknown authored
Added new client tests (EXPLAIN + DECIMAL conv) sql/sql_prepare.cc: Fix EXPLAIN bug with binary protocol tests/client_test.c: New tests for EXPLAIN + DECIMAL conv
-
- 03 Mar, 2003 4 commits
-
-
unknown authored
into myvenu.com:/home/venu/work/sql/dev-4.1
-
unknown authored
into mysql.r18.ru:/usr/home/ram/work/mysql-4.1
-
unknown authored
sql/item.h: Change constant values order according to the word "coercibility" nature sql/item_func.cc: Change constant values order according to the word "coercibility" nature
-
unknown authored
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.
-
- 02 Mar, 2003 4 commits
-
-
unknown authored
-- To take care of .zip and .tar -- Initialization of 'data' directory without any host dependancy data -- Incorporate all changes from Monty scripts/make_win_src_distribution.sh: Fix to take care of .zip and initialization of 'data' directory scripts/mysql_install_db.sh: Changes for Windows related though 'WINDOWS' flag
-
unknown authored
-
unknown authored
Produce an error when a field collation and charset are not compatible sql/sql_yacc.yy: Produce an error when a field collation and charset are not compatible
-
unknown authored
SELECT latin1_expr COLLATE anpther_charset_collation
-
- 01 Mar, 2003 6 commits
-
-
unknown authored
so that it has fetched the most from the master's binlog before the master accidently dies. SCRUM task #756. sql/slave.cc: Replication: give the slave I/O thread a higher priority than the slave SQL thread so that it has fetched the most from the master's binlog before the master accidently dies. sql/slave.h: Replication: give the slave I/O thread a higher priority than the slave SQL thread so that it has fetched the most from the master's binlog before the master accidently dies.
-
unknown authored
Added options reconnect/enable-reconnect/disable-reconnect/skip-reconnect to the 'mysql' command-line client. Disabling can be safer when the server silently dies & restarts. This is for SCRUM task #727. client/client_priv.h: Added options reconnect/enable-reconnect/disable-reconnect/skip-reconnect to the 'mysql' command-line client client/mysql.cc: Added options reconnect/enable-reconnect/disable-reconnect/skip-reconnect to the 'mysql' command-line client. Disabling can be safer when the server silently dies & restarts. BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
unknown authored
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.1 BitKeeper/etc/ignore: auto-union sql/sql_select.cc: Auto merged
-
unknown authored
-
unknown authored
Typo fix. bdb/os_win32/os_rename.c: Typo fix.
-
unknown authored
Portability fix. GetLongPathName is not supported by Windows95. bdb/os_win32/os_rename.c: Portability fix. GetLongPathName is not supported by Windows95.
-
- 28 Feb, 2003 12 commits
-
-
unknown authored
Added GeometryCollection type.
-
unknown authored
Fix for coercibility of function sql/item_func.cc: Fix for coercibility of function
-
unknown authored
Charset conversion function changes coercibility to IMPLICIT sql/item_strfunc.cc: Charset conversion function changes coercibility to IMPLICIT
-
unknown authored
_charset cast changes coercibility to implicit item_strfunc.cc: Collation cast change coercibility to EXPLICIT sql/item_strfunc.cc: Collation cast change coercibility to EXPLICIT sql/sql_yacc.yy: _charset cast changes coercibility to implicit
-
unknown authored
Coercibility, initial stage item_func.h: Coercibility, initial stage sql/item_func.h: Coercibility, initial stage sql/item.cc: Coercibility, initial stage sql/item_create.cc: Coercibility, initial stage sql/item_create.h: Coercibility, initial stage sql/item.h: Coercibility, initial stage sql/item_func.cc: Coercibility, initial stage sql/lex.h: Coercibility, initial stage sql/sql_yacc.yy: Coercibility, initial stage
-
unknown authored
-
unknown authored
cmd-line-utils/libedit/readline.c: Portability fix (For IRIX) include/my_global.h: Portability fix (For Tru64) include/my_xml.h: Portability fix (True64) ('leave' is already defined) strings/xml.c: Portability fix (True64)
-
unknown authored
configure.in: Auto merged include/config-win.h: Auto merged include/thr_lock.h: Auto merged mysql-test/Makefile.am: Auto merged sql/repl_failsafe.cc: Auto merged sql/slave.cc: Auto merged sql/sql_class.cc: Auto merged sql/sql_insert.cc: Auto merged sql/sql_show.cc: Auto merged sql/log_event.cc: merge sql/mysqld.cc: merge
-
unknown authored
include/config-win.h: Removed wrong ; include/my_global.h: Portability fix for AIX
-
unknown authored
mysql-test/Makefile.am: Auto merged
-
unknown authored
-
unknown authored
Added new tests for better coverage of min/max optimization code. func_group.test: Added new tests for better coverage of min/max optimization code. opt_sum.cc: Fixed wrong previous manual merge. Fixed bugs concerning fields used in min/max functions for which there are conditions of the form field=const. sql/opt_sum.cc: Fixed wrong previous manual merge. Fixed bugs concerning fields used in min/max functions for which there are conditions of the form field=const. mysql-test/t/func_group.test: Added new test for better coverage of min/max optimization code. mysql-test/r/func_group.result: Added new tests for better coverage of min/max optimization code.
-
- 27 Feb, 2003 13 commits
-
-
unknown authored
Fixed bug in RAND() usage in mysqlbinlog configure.in: Added detection if pthread_attr_getstacksize() exists include/thr_lock.h: Fixed wrong comment sql/log_event.cc: Fixed bug in RAND() usage in mysqlbinlog sql/mysqld.cc: Portablity fix sql/repl_failsafe.cc: Set host_or_ip for system threads (to make other code simpler) sql/slave.cc: Set host_or_ip for system threads (to make other code simpler) sql/sql_class.cc: Set host_or_ip for system threads (to make other code simpler) sql/sql_insert.cc: Set host_or_ip for system threads (to make other code simpler) sql/sql_show.cc: Set host_or_ip for system threads (to make other code simpler)
-
unknown authored
set names binary didn't work , sql/sql_yacc.yy: set names binary didn't work ,
-
unknown authored
Two separate functions charset() and collatio() item_strfunc.h: Two separate functions charset() and collation() sql/item_strfunc.cc: Two separate functions charset() and collatio() sql/item_strfunc.h: Two separate functions charset() and collation() sql/sql_yacc.yy: Two separate functions charset() and collatio()
-
unknown authored
-
unknown authored
-
unknown authored
into hundin.mysql.fi:/home/igor/dev/mysql-4.1
-
unknown authored
Now all text fields convert data into proper charset before storing sql/field.cc: Now all text fields convert data into proper charset before storing
-
unknown authored
into hundin.mysql.fi:/home/igor/dev/mysql-4.1
-
unknown authored
Added tests for extended max/min optimization opt_sum.cc: Extended min/max optimization sql/opt_sum.cc: Extended min/max optimization mysql-test/t/func_group.test: Added tests for extended max/min optimization mysql-test/r/func_group.result: Added tests for extended max/min optimization
-
unknown authored
Insert constants with an explicit character set ctype_many.result: Fix according test change mysql-test/r/ctype_many.result: Fix according test change mysql-test/t/ctype_many.test: Insert constants with an explicit character set
-
unknown authored
rename len -> length, to look in common style sql/field.cc: rename len -> length, to look in common style
-
unknown authored
sql/item_func.cc: Auto merged sql/lex.h: Auto merged sql/sql_show.cc: Auto merged
-
unknown authored
mysql-test/r/bigint.result: Auto merged mysql-test/t/bigint.test: Auto merged sql/ha_innodb.cc: Auto merged sql/sql_lex.cc: Auto merged sql/sql_load.cc: Auto merged sql/item.h: merge (use local copy) sql/sql_show.cc: merge
-