- 08 Sep, 2005 3 commits
-
-
unknown authored
include/my_global.h: Auto merged configure.in: Manual merge from 4.0.26 (bypassing intermediate trees, due to unmerged changes): Use "local" (= existing 5.1) version.
-
unknown authored
into 127.(none):/home/osku/mysql/5.1/clean sql/ha_innodb.cc: Auto merged storage/innobase/dict/dict0dict.c: Auto merged storage/innobase/include/dict0dict.h: Auto merged storage/innobase/include/row0mysql.h: Auto merged storage/innobase/row/row0mysql.c: Auto merged
-
unknown authored
into 127.(none):/home/osku/mysql/5.0/12084
-
- 07 Sep, 2005 10 commits
-
-
unknown authored
sql/sql_prepare.cc: Merge error
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.1 sql/sql_select.cc: Auto merged
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0
-
unknown authored
into mysql.com:/home/psergey/mysql-5.0-bug12941
-
unknown authored
created item into item->result_field, not *(item->ref)->result_field. mysql-test/r/view.result: Tescase for BUG#12941 mysql-test/t/view.test: Tescase for BUG#12941
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.1
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.1 client/mysqltest.c: Auto merged configure.in: Auto merged sql/ha_federated.cc: Auto merged sql/mysql_priv.h: Auto merged sql/mysqld.cc: Auto merged sql/set_var.cc: Auto merged sql/sql_cache.cc: Auto merged sql/sql_parse.cc: Auto merged sql/sql_yacc.yy: Auto merged
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0 mysql-test/t/mysqltest.test: Auto merged sql/sql_parse.cc: Auto merged client/mysqltest.c: Manual merge sql/hostname.cc: Manual merge
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysql-4.1
-
unknown authored
config/ac-macros/ha_federated.m4: Fixed typo
-
- 06 Sep, 2005 27 commits
-
-
unknown authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-mrg-5.0
-
unknown authored
into mysql.com:/Users/eric/bktmp/mysql-5.0
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/bug12715/my50-bug12715
-
unknown authored
client/mysqltest.c: Backport from 5.0 mysql-test/t/mysqltest.test: Remove the extra ;
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/bug12715/my50-bug12715
-
unknown authored
into mysql.com:/Users/eric/bktmp/mysql-4.1 sql/sql_parse.cc: Auto merged
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/bug12715/my51-bug12715
-
unknown authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-mrg-5.0 sql/mysqld.cc: Auto merged
-
unknown authored
-
unknown authored
into mysql.com:/Users/eric/bktmp/mysql-5.0
-
unknown authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-mrg-5.0 configure.in: Auto merged mysql-test/r/func_math.result: Auto merged mysql-test/r/ps.result: Auto merged mysql-test/t/func_math.test: Auto merged mysql-test/t/ps.test: Auto merged sql/item_func.cc: Auto merged sql/mysql_priv.h: Auto merged sql/mysqld.cc: Auto merged sql/set_var.cc: Auto merged sql/sql_cache.cc: Auto merged sql/sql_cache.h: Auto merged
-
unknown authored
into mysql.com:/home/alik/Documents/AllProgs/MySQL/devel/5.0-bug12953
-
unknown authored
OPTIMIZE TABLE statement is forbidden from usage in stored procedures/functions. NOTE: OPTIMIZE TABLE statement can be useful in stored procedures. The idea is that the user/administrator can create a stored procedure for admin tasks (optimizing, backing up, etc). This procedure can be scheduled to run automatically (by mean of internal cron (WL#1034)). So, once we can make this statement work, it is worth doing it. mysql-test/r/sp-error.result: Results for the test case for Bug#12953 added. mysql-test/t/sp-error.test: Test case for Bug#12953 "Stored procedures: crash if OPTIMIZE TABLE in function" added. sql/sql_yacc.yy: Forbid "OPTIMIZE TABLE" statement from use in stored procedures/functions.
-
unknown authored
into ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-5.0
-
unknown authored
insensitively with boolean options. Added a warning if given value is invalid and skips the option handling in that case.
-
unknown authored
- Workaround extra/yassl/mySTL/helpers.hpp: Workaround for QNX extra/yassl/mySTL/list.hpp: Use workaround for placement new extra/yassl/taocrypt/src/misc.cpp: Don't include <new>
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.1 client/mysqltest.c: Auto merged sql/mysql_priv.h: Auto merged sql/mysqld.cc: Auto merged sql/sql_parse.cc: Auto merged
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0
-
unknown authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-4.1
-
unknown authored
- Common error handling regardless of --ps-protocol or not. client/mysqltest.c: Merge normal_handle_error and run_query_stmt_handle_error to get consistent functionality and error messages regardless if --ps-protocol is used or not Call handle_error when error occured to check for expected error codes/states Call handle_no_error when no error ahs occured to check if an error was expected
-
unknown authored
-
unknown authored
innobase/dict/dict0dict.c: Add reject_fks parameter to dict_create_foreign_constraints_low and dict_create_foreign_constraints. innobase/include/dict0dict.h: Add reject_fks parameter to dict_create_foreign_constraints. innobase/include/row0mysql.h: Add reject_fks parameter to row_table_add_foreign_constraints. innobase/row/row0mysql.c: Add reject_fks parameter to row_table_add_foreign_constraints. sql/ha_innodb.cc: In create, pass correct reject_fks argument to row_table_add_foreign_constraints depending on whether we're creating a temporary table or not. Also move duplicated cleanup code to a single place.
-
unknown authored
Argument of RAND function can be constant value only
-
unknown authored
mysql-test/include/have_lowercase0.inc: Remove extra ; at end of command(causing it to be skipped) mysql-test/r/mysqltest.result: Update test results mysql-test/t/mysqltest.test: Add test to detect "comment with command" with extra ; delimiter Fix extra ; delimiter
-
unknown authored
after merge fix sql/mysqld.cc: after merge fix
-
unknown authored
into mysql.com:/usr/home/bar/mysql-5.0 sql/mysql_priv.h: Auto merged sql/sql_parse.cc: Auto merged sql/mysqld.cc: after merge fix
-
unknown authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-4.1 sql/mysql_priv.h: Auto merged sql/sql_cache.cc: Auto merged sql/sql_cache.h: Auto merged configure.in: merge mysql-test/r/fulltext_var.result: merge sql/mysqld.cc: merge sql/set_var.cc: merge
-