- 15 Jan, 2005 1 commit
-
-
unknown authored
are not specified in an insert. Most of these changes are actually to clean up the test suite to either specify defaults to avoid warnings, or add the warnings to the results. Related to bug #5986. mysql-test/t/index_merge_ror.test: Set default on columns to avoid warnings mysql-test/t/ctype_many.test: Add defaults to avoid warnings mysql-test/t/ctype_latin1_de.test: Add defaults to avoid warnings mysql-test/t/gis-rtree.test: Remove field that isn't used in test mysql-test/t/limit.test: set default values mysql-test/t/null.test: Specify default values mysql-test/t/order_by.test: add default value mysql-test/t/show_check.test: Add defaults mysql-test/t/sp.test: Add default value mysql-test/t/type_blob.test: Set default value mysql-test/t/type_ranges.test: Set default values mysql-test/r/create.result: Update results mysql-test/r/ctype_latin1_de.result: Update results mysql-test/r/ctype_many.result: Update results mysql-test/r/gis-rtree.result: Update results mysql-test/r/grant.result: Update results mysql-test/r/grant2.result: Update results mysql-test/r/help.result: Update results mysql-test/r/limit.result: Update results mysql-test/r/null.result: Update results mysql-test/r/order_by.result: Update results mysql-test/r/rpl000001.result: Update results mysql-test/r/sp.result: Update results mysql-test/r/strict.result: Update results mysql-test/r/type_blob.result: Update results mysql-test/r/type_ranges.result: Update results mysql-test/r/warnings.result: Update results sql/sql_insert.cc: Change check_that_all_fields_are_given_values() to issue warnings for all fields, and not only run when thd->abort_on_warning is set and error on just the first field.
-
- 14 Jan, 2005 1 commit
-
-
unknown authored
DEFAULT (with no argument) or to the field's type's default by not being listed in the list of fields being inserted. (Bug #5986) sql/item.cc: Add Item_default_value::save_in_field(), with check for setting fields with no default value set. sql/item.h: Implementation of Item_default_value::save_in_field moved to item.cc sql/sql_insert.cc: Call check_that_all_fields_are_given_values() if no values were given and we would be filling row with all default values mysql-test/t/strict.test: Add tests for setting fields to DEFAULT in traditional and regular modes mysql-test/r/strict.result: Add results
-
- 12 Jan, 2005 30 commits
-
-
unknown authored
sql/mysqld.cc: Auto merged
-
unknown authored
into mysql.com:/home/jwinstead2/mysql-5.0-clean
-
unknown authored
-
unknown authored
into mysql.com:/home/jwinstead2/mysql-5.0-clean
-
unknown authored
into hundin.mysql.fi:/home/heikki/mysql-5.0
-
unknown authored
Add comments about why the InnoDB latching order is obeyed also for the MySQL query cache mutex; add an error printf if that is not the case sync0sync.h: Assign sync0sync.h ranks also for the MySQL query cache mutex and the MySQL binlog mutex; the latching order must be obeyed also for these row0ins.c: Add a comment why the query cache invalidate operation cannot deadlock in a cascaded FOREIGN KEY operation innobase/row/row0ins.c: Add a comment why the query cache invalidate operation cannot deadlock in a cascaded FOREIGN KEY operation innobase/include/sync0sync.h: Assign sync0sync.h ranks also for the MySQL query cache mutex and the MySQL binlog mutex; the latching order must be obeyed also for these sql/ha_innodb.cc: Add comments about why the InnoDB latching order is obeyed also for the MySQL query cache mutex; add an error printf if that is not the case
-
unknown authored
into mysql.com:/home/my/mysql-5.0
-
unknown authored
into mysql.com:/home/jwinstead2/mysql-5.0-clean libmysql_r/Makefile.am: Auto merged mysql-test/r/analyse.result: Auto merged sql/sql_analyse.cc: Auto merged
-
unknown authored
into deer.(none):/home/hf/work/mysql-5.0.clean
-
unknown authored
into mysql.com:/home/kostja/work/mysql-4.1-root sql/mysqld.cc: Auto merged sql/sql_parse.cc: Auto merged
-
unknown authored
mysys/default.c: silly mistake happened during the merge
-
unknown authored
case will be added to client_test in 4.1 sql/sql_parse.cc: A fix for bug #6761: "mysql_list_fields() does not work": init thd->query_length, which is used next line. Remove a stale comment.
-
unknown authored
into mysql.com:/home/my/mysql-5.0
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
unknown authored
into mysql.com:/space/my/mysql-4.1-merge
-
unknown authored
into mysql.com:/space/my/mysql-5.0 Build-tools/Do-compile: Auto merged
-
unknown authored
the embedded server by default (if included). These additional steps can be skipped by providing "--skip-embedded-test" and "--skip-ps-test" Build-tools/Do-compile: - enabled running the test suite with ps-protocol and against the embedded server by default (if included). These additional steps can be skipped by providing "--skip-embedded-test" and "--skip-ps-test"
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0 sql/mysqld.cc: Auto merged
-
unknown authored
-
unknown authored
-
unknown authored
-
unknown authored
into mysql.com:/home/jonas/src/mysql-4.1
-
unknown authored
ndb/test/src/CpcClient.cpp: Fix 64-bit problem
-
unknown authored
into mysql.com:/home/my/mysql-5.0 sql/opt_range.cc: Auto merged
-
unknown authored
into mysql.com:/home/psergey/mysql-5.0-look-valgrind
-
unknown authored
{min,max}_functions_it as it is not allocated on the pool.
-
unknown authored
mysql-test/t/ctype_eucjp_ms.test: uncommnented the drop table statement
-
unknown authored
config/ac-macros/character_sets.m4: added cp932, eucjp_ms character set include/m_ctype.h: added cp932, eucjp_ms character set libmysql/Makefile.shared: added cp932, eucjp_ms character set mysys/charset-def.c: added cp932, eucjp_ms character set sql/share/charsets/Index.xml: added cp932, eucjp_ms character set strings/Makefile.am: added cp932, eucjp_ms character set
-
unknown authored
into mysql.com:/home/my/mysql-5.0 sql/field.h: Auto merged sql/sql_acl.cc: Auto merged sql/sql_show.cc: Auto merged
-
unknown authored
sql/ha_federated.cc: Change mode to -rw-rw-r-- myisam/mi_create.c: Ensure that all referenced memory is reset mysql-test/r/type_timestamp.result: More tests mysql-test/t/func_compress.test: Added comment mysql-test/t/type_timestamp.test: More tests sql/field.h: Count number of varchars in table sql/item_cmpfunc.cc: Safety fix (to avoid warning from valgrind) sql/opt_range.cc: Simple optimzation sql/sql_acl.cc: Safety fix (to avoid warning from valgrind) sql/sql_parse.cc: Safety fix for prepared statements sql/sql_show.cc: Move variable declarations first in function Remove hidden variable (it) Remove accessing freed memory (table_list->table_name) sql/sql_update.cc: Compare records with varchars correctly sql/table.cc: Safety fix when running with purify/valgrind Fix wrong memory reference in case of errors sql/table.h: Added counting of varchar fields strings/ctype-mb.c: Fill max_str properly
-
- 11 Jan, 2005 8 commits
-
-
unknown authored
increased timeouts to see if more tests get started automatically mysql-test/ndb/ndbcluster.sh: increased timeouts to see if more tests get started automatically
-
unknown authored
into mysql.com:/home/jwinstead2/mysql-4.1-clean
-
unknown authored
into mysql.com:/home/jwinstead2/mysql-4.1-clean
-
unknown authored
scripts/Makefile.am: Replace ZLIB_LIBS
-
unknown authored
Clean-up for the previous change: VARCHAR and trailing spaces. mysql-test/t/strict.test: Clean-up for the previous change: VARCHAR and trailing spaces. mysql-test/r/strict.result: Clean-up for the previous change: VARCHAR and trailing spaces.
-
unknown authored
-
unknown authored
into deer.(none):/home/hf/work/mysql-5.0.clean
-
unknown authored
-