- 11 Feb, 2003 3 commits
-
-
unknown authored
Typo fix sql/lex.h: Typo fix
-
unknown authored
New synonyms for spatial functions for compatibility with http://www.opengis.org/testing/sfsql/sqltsch.sql sql/lex.h: New synonyms for spatial functions for compatibility with http://www.opengis.org/testing/sfsql/sqltsch.sql
-
unknown authored
POINT, LINESTRING, POLYGON, MULTIPOINT, MULTIPOLYGON, MULTILINESTRING
-
- 06 Feb, 2003 2 commits
- 05 Feb, 2003 3 commits
-
-
unknown authored
Fix stupid signed and unsigned conversion - When field and buffer types are different (Client receiving end) Added tests for singed and unsigned conversion (client_test.c) tests/client_test.c: Tests for singed and unsigned conversion libmysql/libmysql.c: Fix signed and unsigned conversion - When field and buffer types are different
-
unknown authored
Added a new conversion bug test Changed options with default_options read from my.ini from [client] section More cleanups for better usage libmysql/libmysql.c: Conversion fix - bug report from PHP tests/client_test.c: Added a new conversion bug test Changed options with default_options read from my.ini from [client] section More cleanups for better usage
-
unknown authored
sql/field.cc: Windows - Cast (longlong -> uint) sql/item_uniq.h: Windows compile fix sql/sql_derived.cc: Windows - compile fix
-
- 04 Feb, 2003 3 commits
-
-
unknown authored
include/violite.h: Indentation cleanup
-
unknown authored
sql/item.cc: Auto merged sql/mysql_priv.h: Auto merged sql/mysqld.cc: Auto merged sql/protocol.cc: Auto merged
-
unknown authored
Docs/internals.texi: Updated protocol information sql/mysql_priv.h: Removed clear_error_message() sql/mysqld.cc: Removed not used function clear_error_message sql/protocol.cc: Simple code cleanup sql/sql_parse.cc: Changed clear_error_message() to thd->clear_error() Simple optimization.
-
- 03 Feb, 2003 3 commits
-
-
unknown authored
into mysql.com:/space/my/mysql-4.1-build
-
unknown authored
updated all relevant files to honor this change (as discussed with vva) - added some more comments to the fill_help_tables script - minor cleanups scripts/Makefile.am: - renamed fill_funct_tables -> fill_help_tables to clarify purpose of this script (after discussing this with vva) - make sure "make clean" removes both the output and the script - fixed tabbing scripts/fill_help_tables.sh: - reflect name change, add some more info about the function of this script scripts/mysql_install_db.sh: - renamed fill_func_tables.sql -> fill_help_tables.sql (this does not yet resolve the problem that mysql_install_db does not find this file in the binary distribution)
-
unknown authored
- make sure to not included BK's "SCCS" directories in source distribution Makefile.am: - make sure to not include BKs "SCCS" directories in the source distribution bdb/Makefile.in: - added missing subdirectories to source distribution cmd-line-utils/libedit/Makefile.am: - added missing files to source distribution
-
- 02 Feb, 2003 2 commits
-
-
unknown authored
sql/item.cc: typo fix sql/item.h: typo fix sql/item_cmpfunc.cc: comment sql/item_func.cc: new interface sql/item_subselect.cc: comment inserted sql/item_sum.cc: layout fixed comment inserted sql/mysql_priv.h: names changed sql/sql_base.cc: some optimization sql/sql_delete.cc: name changed sql/sql_insert.cc: name changed sql/sql_lex.h: name changed sql/sql_prepare.cc: layout fixed sql/sql_select.cc: layout fixed names changed comments inserted debugging code removed sql/sql_select.h: name changed sql/sql_union.cc: name changed layout fixed sql/sql_update.cc: name changed sql/sql_yacc.yy: typo fixed
-
unknown authored
into sanja.is.com.ua:/home/bell/mysql/work-select-4.1 sql/item_func.cc: Auto merged sql/log_event.cc: Auto merged sql/sql_class.cc: Auto merged sql/sql_class.h: Auto merged sql/sql_parse.cc: Auto merged sql/sql_yacc.yy: Auto merged
-
- 31 Jan, 2003 17 commits
-
-
unknown authored
tests/client_test.c: tests for un cleared packets
-
unknown authored
Fix the buffer_length ovveride when length ptr is NULL - libmysql libmysql/libmysql.c: Fix the buffer_length ovveride when length ptr is NULL tests/client_test.c: Few misc cases check from PHP
-
unknown authored
into myvenu.com:/home/venu/work/sql/dev-4.1
-
unknown authored
libmysql/errmsg.c: Fix typo - un supported -> unsupported
-
unknown authored
-
unknown authored
sql/sql_string.cc: More use of new CHARSET_INFO functions strings/ctype-mb.c: Bug fix strings/ctype-utf8.c: Bug fix
-
unknown authored
-
unknown authored
Use of new CHARSET_INFO function sql/sql_string.cc: Use of new CHARSET_INFO function
-
unknown authored
into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1
-
unknown authored
-
unknown authored
into myvenu.com:/home/venu/bk/src-4.1 sql/sql_parse.cc: Auto merged
-
unknown authored
into myvenu.com:/home/venu/work/sql/dev-4.1 sql/sql_parse.cc: Auto merged
-
unknown authored
sql/sql_parse.cc: Fix for subsequent errors calls in multi-query tests/client_test.c: Misc cleanups
-
unknown authored
CC comments -> C comments ctype-latin1_de.c: like_range was the same with like_range_simple so I've removed duplicated code strings/ctype-latin1_de.c: like_range was the same with like_range_simple so I've removed duplicated code strings/ctype-simple.c: CC comments -> C comments
-
unknown authored
-
unknown authored
-
unknown authored
BitKeeper/etc/logging_ok: auto-union include/my_sys.h: Auto merged sql/item_func.cc: Auto merged sql/log.cc: Auto merged sql/log_event.h: Auto merged sql/sql_class.cc: Auto merged sql/sql_class.h: Auto merged sql/log_event.cc: merged sql/sql_parse.cc: merged
-
- 30 Jan, 2003 7 commits
-
-
unknown authored
into myvenu.com:/home/venu/bk/src-4.1
-
unknown authored
Add tests for show commands + MYSQL_TYPE_NULL coverage tests/client_test.c: Add tests for show commands + MYSQL_TYPE_NULL coverage libmysql/libmysql.c: Fix alloc_stmt_fields for non-select statements
-
unknown authored
new fatal_error interface to assign is_fatal_error and ne.report_error commant about Item_row mysql-test/r/subselect.result: test of inheritence of uncacheability mysql-test/t/subselect.test: test of inheritence of uncacheability sql/item.cc: new fatal_error interface to assign is_fatal_error and ne.report_error sql/item_func.cc: new fatal_error interface to assign is_fatal_error and ne.report_error sql/item_row.cc: comment about row sql/item_subselect.cc: new fatal_error interface to assign is_fatal_error and ne.report_error (message should be sent by allocate routine sql/log_event.cc: new fatal_error interface to assign is_fatal_error and ne.report_error sql/mysqld.cc: new fatal_error interface to assign is_fatal_error and ne.report_error sql/protocol.cc: new fatal_error interface to assign is_fatal_error and ne.report_error sql/sql_base.cc: new fatal_error interface to assign is_fatal_error and ne.report_error sql/sql_class.cc: new fatal_error interface to assign is_fatal_error and ne.report_error sql/sql_class.h: new fatal_error interface to assign is_fatal_error and ne.report_error sql/sql_delete.cc: new fatal_error interface to assign is_fatal_error and ne.report_error sql/sql_insert.cc: new fatal_error interface to assign is_fatal_error and ne.report_error sql/sql_lex.h: fixed bug in determinating uncacheable queries sql/sql_parse.cc: new fatal_error interface to assign is_fatal_error and ne.report_error sql/sql_prepare.cc: new fatal_error interface to assign is_fatal_error and ne.report_error sql/sql_select.cc: new fatal_error interface to assign is_fatal_error and ne.report_error sql/sql_show.cc: new fatal_error interface to assign is_fatal_error and ne.report_error sql/sql_union.cc: new fatal_error interface to assign is_fatal_error and ne.report_error sql/sql_update.cc: new fatal_error interface to assign is_fatal_error and ne.report_error sql/thr_malloc.cc: new fatal_error interface to assign is_fatal_error and ne.report_error
-
unknown authored
include/my_sys.h: Addet reset_dinamic BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
unknown authored
Make AWE compilation depend on __WIN2000__ innobase/srv/srv0start.c: Make AWE compilation depend on __WIN2000__ innobase/os/os0proc.c: Make AWE compilation depend on __WIN2000__ innobase/include/os0proc.h: Make AWE compilation depend on __WIN2000__ include/config-win.h: Make AWE compilation depend on __WIN2000__
-
unknown authored
sql/item_func.cc: Auto merged sql/sql_parse.cc: Auto merged sql/sql_yacc.yy: Auto merged
-
unknown authored
into sanja.is.com.ua:/home/bell/mysql/work-select-4.1 sql/sql_class.h: Auto merged sql/sql_prepare.cc: Auto merged
-