An error occurred fetching the project authors.
- 14 Nov, 2006 1 commit
-
-
unknown authored
mysql-test/Makefile.am: add include/*.test to dist-hook and install-data-local targets to include the three .test files in mysql-test/include with make dist
-
- 01 Sep, 2006 1 commit
-
-
unknown authored
BitKeeper/etc/ignore: Added mysql-test/mtr to the ignore list
-
- 24 Jul, 2006 1 commit
-
-
unknown authored
- The mysql-test/std_data/bug15328.cnf file was not copied to install or dist dir. mysql-test/Makefile.am: Add std_data/*.cnf files to dist_hook and install-data-local scripts/make_win_src_distribution.sh: Copy *.cnf files as well.
-
- 10 Jul, 2006 1 commit
-
-
unknown authored
mysql-test/Makefile.am: fix cp of mode 444 files
-
- 04 Jul, 2006 1 commit
-
-
unknown authored
run at startup" The server returned an error when trying to execute init-file with a stored procedure that could return multiple result sets to the client. A stored procedure can return multiple result sets if it contains PREPARE, SELECT, SHOW and similar statements. The fix is to set client_capabilites|=CLIENT_MULTI_RESULTS in sql_parse.cc:handle_bootstrap(). There is no "client" really, so nothing is ever sent. This makes init-file feature behave consistently: the prepared statements that can be called directly in the init-file can be used in a stored procedure too. Re-committed the patch originally submitted by Per-Erik after review. mysql-test/Makefile.am: Fix re-make without make clean. mysql-test/r/init_connect.result: Updated results (a test case for Bug#17843) mysql-test/r/init_file.result: Updated results (a test case for Bug#17843) mysql-test/std_data/init_file.dat: Add test coverage for new features added in 5.0. Note, that what can be done in init_file is very limited as it does not support any other delimiter except ';' -- only "one liners" and no multiple statement procedures. Also, this is executed with a dummy user "boot@", which calls for the use of DEFINER clause. mysql-test/t/init_connect.test: Add test coverage for new features added in 5.0. mysql-test/t/init_file.test: Add test coverage for new features added in 5.0 -- stored routines, views, triggers. The actual tests are in std_data/init_file.dat, here we just check the results and clean up. sql/sql_class.cc: Initialize Security_context::priv_host to an empty string: when executing an init-file, sql_parse.cc:get_default_definer() will use this for the value of the definer if it's not set in the query. sql/sql_parse.cc: Set CLIENT_MULTI_RESULTS in handle_bootstrap(), to make prepared statements work in stored procedures called from init-file.
-
- 03 May, 2006 1 commit
-
-
unknown authored
-
- 03 Apr, 2006 1 commit
-
-
unknown authored
Distribute mysql-test-run.pl mysql-test/Makefile.am: Distribute mysql-test-run.pl
-
- 02 Apr, 2006 1 commit
-
-
unknown authored
Install Perl mysql-test-run into test directory mysql-test/Makefile.am: Install Perl mysql-test-run into test directory
-
- 01 Apr, 2006 1 commit
-
-
unknown authored
Let "make install" install mysql-test-run.pl mysql.spec.sh: Set $LDFLAGS from $MYSQL_BUILD_LDFLAGS (bug#16662) support-files/mysql.spec.sh: Set $LDFLAGS from $MYSQL_BUILD_LDFLAGS (bug#16662) mysql-test/Makefile.am: Let "make install" install mysql-test-run.pl
-
- 16 Oct, 2005 1 commit
-
-
unknown authored
Add explicit Thread_info::Thread_info() and move both initializers out of class definition, to solve link problem on QNX Makefile.am: Preserve executable mode on scripts make_binary_distribution.sh: Copy *.imtest files scripts/make_binary_distribution.sh: Copy *.imtest files mysql-test/Makefile.am: Preserve executable mode on scripts server-tools/instance-manager/thread_registry.cc: Add explicit Thread_info::Thread_info() and move both initializers out of class definition, to solve link problem on QNX server-tools/instance-manager/thread_registry.h: Add explicit Thread_info::Thread_info() and move both initializers out of class definition, to solve link problem on QNX
-
- 12 Oct, 2005 1 commit
-
-
unknown authored
Copy *.cnf files in mysql-test/std_data/ Makefile.am: Added std_data/*.cnf to copy ndb config mysql-test/Makefile.am: Added std_data/*.cnf to copy ndb config scripts/make_binary_distribution.sh: Copy *.cnf files in mysql-test/std_data/
-
- 09 Oct, 2005 1 commit
-
-
unknown authored
Copy "disabled.def" mysql-test/Makefile.am: Copy "disabled.def"
-
- 24 Sep, 2005 1 commit
-
-
unknown authored
Enable "make distcheck" to work configure.in: Enable "make distcheck" to work Docs/Makefile.am: Enable "make distcheck" to work Makefile.am: Enable "make distcheck" to work client/Makefile.am: Enable "make distcheck" to work cmd-line-utils/libedit/Makefile.am: Enable "make distcheck" to work include/Makefile.am: Enable "make distcheck" to work libmysql/Makefile.am: Enable "make distcheck" to work libmysql_r/Makefile.am: Enable "make distcheck" to work libmysqld/Makefile.am: Enable "make distcheck" to work libmysqld/examples/Makefile.am: Enable "make distcheck" to work mysql-test/Makefile.am: Enable "make distcheck" to work ndb/docs/Makefile.am: Enable "make distcheck" to work netware/Makefile.am: Enable "make distcheck" to work pstack/Makefile.am: Enable "make distcheck" to work scripts/Makefile.am: Enable "make distcheck" to work sql-bench/Makefile.am: Enable "make distcheck" to work sql/Makefile.am: Enable "make distcheck" to work sql/share/Makefile.am: Enable "make distcheck" to work support-files/Makefile.am: Enable "make distcheck" to work
-
- 31 Aug, 2005 1 commit
-
-
unknown authored
Make dist copy of .imtest files not fail the make target, as there are no files yet mysql-test/Makefile.am: Make dist copy of .imtest files not fail the make target, as there are no files yet
-
- 29 Aug, 2005 1 commit
-
-
unknown authored
mysql-test/Makefile.am: Make installation procedure aware of the Instance Manager tests. mysql-test/lib/mtr_cases.pl: Make collect_one_test_case() aware of the Instance Manager tests. mysql-test/lib/mtr_process.pl: Minor changes: - open log files for append, not for overwrite. Append mode is very useful for debugging of several tests; - extract the code for killing processes into a separate function: mtr_kill_processes(). The function is used to stop IM-related processes. mysql-test/mysql-test-run.pl: Added support for the Instance Manager tests.
-
- 08 Jul, 2005 3 commits
- 05 Jul, 2005 1 commit
-
-
unknown authored
Added -I$(top_builddir)/include for searching generated header files, when builddir != srcdir client/Makefile.am: Added -I$(top_builddir)/include for searching generated header files, when builddir != srcdir cmd-line-utils/libedit/Makefile.am: Added -I$(top_builddir)/include for searching generated header files, when builddir != srcdir dbug/Makefile.am: Added -I$(top_builddir)/include for searching generated header files, when builddir != srcdir extra/Makefile.am: Added -I$(top_builddir)/include for searching generated header files, when builddir != srcdir heap/Makefile.am: Added -I$(top_builddir)/include for searching generated header files, when builddir != srcdir isam/Makefile.am: Added -I$(top_builddir)/include for searching generated header files, when builddir != srcdir libmysql/Makefile.am: Added -I$(top_builddir)/include for searching generated header files, when builddir != srcdir libmysql_r/Makefile.am: Added -I$(top_builddir)/include for searching generated header files, when builddir != srcdir libmysqld/Makefile.am: Added -I$(top_builddir)/include for searching generated header files, when builddir != srcdir libmysqld/examples/Makefile.am: Added -I$(top_builddir)/include for searching generated header files, when builddir != srcdir merge/Makefile.am: Added -I$(top_builddir)/include for searching generated header files, when builddir != srcdir myisam/Makefile.am: Added -I$(top_builddir)/include for searching generated header files, when builddir != srcdir myisammrg/Makefile.am: Added -I$(top_builddir)/include for searching generated header files, when builddir != srcdir mysql-test/Makefile.am: Added -I$(top_builddir)/include for searching generated header files, when builddir != srcdir mysys/Makefile.am: Added -I$(top_builddir)/include for searching generated header files, when builddir != srcdir netware/Makefile.am: Added -I$(top_builddir)/include for searching generated header files, when builddir != srcdir regex/Makefile.am: Added -I$(top_builddir)/include for searching generated header files, when builddir != srcdir sql/Makefile.am: Added -I$(top_builddir)/include for searching generated header files, when builddir != srcdir strings/Makefile.am: Added -I$(top_builddir)/include for searching generated header files, when builddir != srcdir tests/Makefile.am: Added -I$(top_builddir)/include for searching generated header files, when builddir != srcdir vio/Makefile.am: Added -I$(top_builddir)/include for searching generated header files, when builddir != srcdir tools/Makefile.am: Added -I$(top_builddir)/include for searching generated header files, when builddir != srcdir
-
- 18 Jun, 2005 1 commit
-
-
unknown authored
-
- 10 Jun, 2005 1 commit
-
-
unknown authored
the SSL tests pass
-
- 08 Jun, 2005 1 commit
-
-
unknown authored
"make install" is called (mysql_delimiter.sql was missing) mysql-test/Makefile.am: - make sure to include mysql-test/t/*.sql files in the binary distributions (mysql_delimiter.sql was missing) scripts/make_binary_distribution.sh: - make sure to include mysql-test/t/*.sql files when doing a "make install" (mysql_delimiter.sql was missing)
-
- 03 Jun, 2005 1 commit
-
-
unknown authored
- mysql-test/Makefile.am: added a pattern match for t/*.sql (t/mysql_delimiter.sql was missing from the source distribution) include/config-win.h: - removed double HAVE_CHARSET_cp932 #define mysql-test/Makefile.am: - added a pattern match for t/*.sql (t/mysql_delimiter.sql was missing from the source distribution)
-
- 13 Apr, 2005 1 commit
-
-
unknown authored
mysql-test/Makefile.am: Remove reference to result.es scripts/make_binary_distribution.sh: Remove references to result.es
-
- 10 Apr, 2005 2 commits
-
-
unknown authored
mysql-test/Makefile.am: auuugh
-
unknown authored
mysql-test/Makefile.am: divide schemafile in blocks to allow unlimited # objects ndb/include/debugger/SignalLoggerManager.hpp: divide schemafile in blocks to allow unlimited # objects ndb/include/kernel/ndb_limits.h: divide schemafile in blocks to allow unlimited # objects ndb/src/common/debugger/SignalLoggerManager.cpp: divide schemafile in blocks to allow unlimited # objects ndb/src/kernel/blocks/dbdict/Dbdict.cpp: divide schemafile in blocks to allow unlimited # objects ndb/src/kernel/blocks/dbdict/Dbdict.hpp: divide schemafile in blocks to allow unlimited # objects ndb/src/kernel/blocks/dbdict/SchemaFile.hpp: divide schemafile in blocks to allow unlimited # objects ndb/src/kernel/blocks/dbdict/printSchemaFile.cpp: divide schemafile in blocks to allow unlimited # objects ndb/src/ndbapi/NdbDictionaryImpl.cpp: divide schemafile in blocks to allow unlimited # objects ndb/test/ndbapi/testDict.cpp: divide schemafile in blocks to allow unlimited # objects
-
- 07 Apr, 2005 1 commit
-
-
unknown authored
-
- 06 Apr, 2005 2 commits
-
-
unknown authored
-
unknown authored
Include the Perl version of mysql-test-run rpl_rewrite_db.test, rpl_rewrite_db.result: Added missing database cleanup mysql-test-run.pl: Embedded result files no longer needed mysql-test/mysql-test-run.pl: Embedded result files no longer needed mysql-test/r/rpl_rewrite_db.result: Added missing database cleanup mysql-test/t/rpl_rewrite_db.test: Added missing database cleanup mysql-test/Makefile.am: Include the Perl version of mysql-test-run
-
- 05 Apr, 2005 1 commit
-
-
unknown authored
mysql-test/Makefile.am: Remove result.es references scripts/make_binary_distribution.sh: Remove result.es refernece
-
- 07 Mar, 2005 1 commit
-
-
unknown authored
-
- 03 Mar, 2005 1 commit
-
-
unknown authored
will not cause "make" to fail. mysql-test/Makefile.am: Files of the '*.disabled' pattern may exist, but need not. So it is important to ignore command failures arising from this pattern not finding any matches - whereas files of the other types must be present.
-
- 17 Feb, 2005 1 commit
-
-
unknown authored
Make .disabled files part of distribution mysql-test/Makefile.am: Make .disabled files part of distribution scripts/make_binary_distribution.sh: Make .disabled files part of distribution
-
- 09 Feb, 2005 1 commit
-
-
unknown authored
-
- 04 Jan, 2005 1 commit
-
-
unknown authored
Install varchar.frm Otherwise type_varchar fails when running mysql-test-run on installed system mysql-test/mysql-test-run.sh Use correct path to clist_tests in on installed system mysql-test/Makefile.am: Install varchar.frm Otherwise type_varchar fails when running mysql-test-run on installed system mysql-test/mysql-test-run.sh: Use correct path to clist_tests in on installed system
-
- 14 Dec, 2004 1 commit
-
-
unknown authored
corrected mysql_test_run_new.dsp added dependency corrected path of mysql_test_run_new.dsp fixed wrong code added my_create_tables.c removed command_line fixed #elif restored NAME_MAX and MAX_FNAME added create_system_files() added compare() for windows added all files of testes in script added mysql-test in script BitKeeper/etc/ignore: Added mysql-4.1.8-win-src.zip to the ignore list VC++Files/client/mysqltest.dsp: corrected dsp file VC++Files/mysql-test/mysql_test_run_new.dsp: corrected mysql_test_run_new.dsp VC++Files/mysql.dsw: added dependency corrected path of mysql_test_run_new.dsp client/mysqltest.c: fixed wrong code mysql-test/Makefile.am: added my_create_tables.c mysql-test/my_manage.c: removed command_line fixed #elif mysql-test/my_manage.h: restored NAME_MAX and MAX_FNAME mysql-test/mysql_test_run_new.c: added create_system_files() added compare for windows scripts/make_win_src_distribution.sh: added all files of testes added mysql-test
-
- 08 Nov, 2004 2 commits
-
-
unknown authored
added so that it is possible to make mysql_test_run_new but not done for target all do: make mysql_test_run_new mysql-test/Makefile.am: added so that it is possible to make mysql_test_run_new but not done for target all do: make mysql_test_run_new
-
unknown authored
remove mysql_test_run_new for now, it breaks the make mysql-test/Makefile.am: remove mysql_test_run_new for now, it breaks the make
-
- 05 Nov, 2004 1 commit
-
-
unknown authored
BitKeeper/etc/ignore: Added mysql-test/mysql_test_run_new to the ignore list mysql-test/Makefile.am: All source files must be contained in their respective macros in order to be contained in the DISTFILES macro so that they get included in the source file tar-ball. "my_manage.h" was missing.
-
- 04 Nov, 2004 1 commit
-
-
unknown authored
client/mysqltest.c: autocommit mysql-test/Makefile.am: changed mysql_test_run to mysql_test_run_new
-