An error occurred fetching the project authors.
- 04 Apr, 2008 1 commit
-
-
mleich@five.local.lan authored
mysql-test/Makefile.am : Fix a copy-paste error ...
-
- 02 Apr, 2008 1 commit
-
-
mleich@five.local.lan authored
"funcs_1" data load
-
- 31 Mar, 2008 1 commit
-
-
mleich@five.local.lan authored
Bug#35335 funcs_1: Some tests fail within load_file during pushbuild runs Solution: 1. Move files with input data used in load_file, load data etc. from suite/funcs_1/<whatever> to std_data 2. Use for testsuite funcs_1 the server option --secure-file-priv=<MYSQLTEST_VARDIR> 3. Outfiles have to be stored under MYSQLTEST_VARDIR + changes according to WL#4304 Cleanup in funcs_1 tests - backport of fixes/improvements made in 5.1 to 5.0 The differences between scripts in 5.0 and 5.1 cause much additional and annoying work during any upmerge. - replace error numbers with names - improved comments - improved formatting - Unify storage engine names so that result files for storage engine variants do not differ (some tests) - remove a script no more used (tests are done in other scripts)
-
- 13 Sep, 2007 1 commit
-
-
make sure that if builder configured with a non-standard (!= 3306) default TCP port that value actually gets used throughout. if they didn't configure a value, assume "use a sensible default", which will be read from /etc/services or, failing that, from the factory default. That makes the order of preference - command-line option - my.cnf, where applicable - $MYSQL_TCP_PORT environment variable - /etc/services (unless configured --with-tcp-port) - default port (--with-tcp-port=... or factory default)
-
- 20 Aug, 2007 1 commit
-
-
lzhou/zhl@dev3-63.(none) authored
-
- 27 Jul, 2007 1 commit
-
-
kent@mysql.com/kent-amd64.(none) authored
Moved CERT files to where they are used, avoids conflict between two make files trying to install the same CERTs SSL/*.pem, Move: SSL/*.pem -> mysql-test/std_data/
-
- 17 Jul, 2007 1 commit
-
-
joerg@trift2. authored
Fixing bug#21023: "mysql-stress-test.pl" missing in builds
-
- 08 Jun, 2007 1 commit
-
-
bar@mysql.com/bar.myoffice.izhnet.ru authored
Installing the new file required for tests.
-
- 20 Apr, 2007 2 commits
-
-
kent@mysql.com/kent-amd64.(none) authored
Typo
-
kent@mysql.com/kent-amd64.(none) authored
Added the 'suite' directory to the source TAR and install
-
- 28 Feb, 2007 2 commits
-
-
msvensson@pilot.blaudden authored
- Null merge 4.1 patch
-
msvensson@pilot.blaudden authored
- Build lib/init-db.sql from the output of mysql_create_system_tables - Remove mysql-test/init_db.sql and mysql-test/lib/init_db.sql - Leave netware/init_db.sql until 5.0 where we should soon have possibility to test with mysql-test-run.pl
-
- 26 Feb, 2007 1 commit
-
-
msvensson@pilot.blaudden authored
- Use mysql_system_tables.sql to create MySQL system tables in all places where we create them(mysql_install_db, mysql-test-run-pl and mysql_fix_privilege_tables.sql)
-
- 02 Feb, 2007 1 commit
-
-
gluh@mysql.com/eagle.(none) authored
added valgrind.supp to EXTRA_SCRIPTS(for pushbuild)
-
- 30 Jan, 2007 1 commit
-
-
kent@mysql.com/kent-amd64.(none) authored
If inserting a GPL header, include a complete one Makefile.am, mysql.dsw, mysql.sln: Removed C version of mysql-test-run mysql.spec.sh: Specify GPL license only in GPL sources .del-my_manage.h: Delete: mysql-test/my_manage.h mysql.spec.sh: Added GPL header .del-mysql_test_run_new.c: Delete: mysql-test/mysql_test_run_new.c .del-mysql_test_run_new.dsp: Delete: VC++Files/mysql-test/mysql_test_run_new.dsp .del-my_create_tables.c: Delete: mysql-test/my_create_tables.c .del-mysql_test_run_new_ia64.dsp: Delete: VC++Files/mysql-test/mysql_test_run_new_ia64.dsp msql2mysql.sh: Use up-to-date GPL header .del-mysql_test_run_new.vcproj: Delete: VC++Files/mysql-test/mysql_test_run_new.vcproj .del-my_manage.c: Delete: mysql-test/my_manage.c
-
- 31 Dec, 2006 1 commit
-
-
kent@mysql.com/kent-amd64.(none) authored
Corrected spelling in copyright text Makefile.am: Don't update the files from BitKeeper Many files: Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header Adjusted year(s) in copyright header Many files: Added GPL copyright text Removed files: Docs/Support/colspec-fix.pl Docs/Support/docbook-fixup.pl Docs/Support/docbook-prefix.pl Docs/Support/docbook-split Docs/Support/make-docbook Docs/Support/make-makefile Docs/Support/test-make-manual Docs/Support/test-make-manual-de Docs/Support/xwf
-
- 23 Dec, 2006 1 commit
-
-
kent@mysql.com/kent-amd64.(none) authored
Changed header to GPL version 2 only
-
- 12 Dec, 2006 1 commit
-
-
df@kahlann.erinye.com authored
-
- 11 Dec, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
-
- 08 Dec, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
-
- 30 Nov, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
-
- 14 Nov, 2006 2 commits
-
-
df@kahlann.erinye.com authored
-
msvensson@neptunus.(none) authored
-
- 13 Nov, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
-
- 01 Sep, 2006 1 commit
-
-
msvensson@shellback.(none) authored
-
- 24 Jul, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
- The mysql-test/std_data/bug15328.cnf file was not copied to install or dist dir.
-
- 10 Jul, 2006 1 commit
-
-
pekka@orca.ndb.mysql.com authored
-
- 04 Jul, 2006 1 commit
-
-
konstantin@mysql.com 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.
-
- 03 May, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
-
- 03 Apr, 2006 1 commit
-
-
kent@mysql.com authored
Distribute mysql-test-run.pl
-
- 02 Apr, 2006 1 commit
-
-
kent@mysql.com authored
Install Perl mysql-test-run into test directory
-
- 01 Apr, 2006 1 commit
-
-
kent@mysql.com authored
Let "make install" install mysql-test-run.pl mysql.spec.sh: Set $LDFLAGS from $MYSQL_BUILD_LDFLAGS (bug#16662)
-
- 16 Oct, 2005 1 commit
-
-
kent@mysql.com 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
-
- 12 Oct, 2005 1 commit
-
-
kent@mysql.com authored
Copy *.cnf files in mysql-test/std_data/ Makefile.am: Added std_data/*.cnf to copy ndb config
-
- 09 Oct, 2005 1 commit
-
-
kent@mysql.com authored
Copy "disabled.def"
-
- 24 Sep, 2005 1 commit
-
-
kent@mysql.com authored
Enable "make distcheck" to work
-
- 31 Aug, 2005 1 commit
-
-
kent@mysql.com authored
Make dist copy of .imtest files not fail the make target, as there are no files yet
-
- 29 Aug, 2005 1 commit
-
-
anozdrin@mysql.com authored
-
- 08 Jul, 2005 2 commits
-
-
lenz@mysql.com authored
-
lenz@mysql.com authored
at all)
-