An error occurred fetching the project authors.
- 29 May, 2007 2 commits
-
-
monty@mysql.com/narttu.mysql.fi authored
Give warnings also for safe_mutex errors found by test system Added some warnings from different machines in pushbuild
-
monty@mysql.com/narttu.mysql.fi authored
mysql-test-run run now fails if we have [Warning] and [ERROR] as tags in .err file Fixed wrong reference to the mysql manual Fixed wrong prototype that caused some tests to fail on 64 bit platforms
-
- 28 Apr, 2007 1 commit
-
-
tsmith@quadxeon.mysql.com authored
this has been driving me crazy: s/where/were/ in some messages
-
- 04 Apr, 2007 1 commit
-
-
msvensson@pilot.blaudden authored
-
- 02 Apr, 2007 1 commit
-
-
msvensson@pilot.blaudden authored
problems like misspelled -- commands
-
- 23 Feb, 2007 1 commit
-
-
monty@mysql.com/narttu.mysql.fi authored
Fixed compile-pentium64 scripts Fixed wrong estimate of update_with_key_prefix in sql-bench Merge bk-internal.mysql.com:/home/bk/mysql-5.1 into mysql.com:/home/my/mysql-5.1 Fixed unsafe define of uint4korr() Fixed that --extern works with mysql-test-run.pl Small trivial cleanups This also fixes a bug in counting number of rows that are updated when we have many simultanous queries Move all connection handling and command exectuion main loop from sql_parse.cc to sql_connection.cc Split handle_one_connection() into reusable sub functions. Split create_new_thread() into reusable sub functions. Added thread_scheduler; Preliminary interface code for future thread_handling code. Use 'my_thread_id' for internal thread id's Make thr_alarm_kill() to depend on thread_id instead of thread Make thr_abort_locks_for_thread() depend on thread_id instead of thread In store_globals(), set my_thread_var->id to be thd->thread_id. Use my_thread_var->id as basis for my_thread_name() The above changes makes the connection we have between THD and threads more soft. Added a lot of DBUG_PRINT() and DBUG_ASSERT() functions Fixed compiler warnings Fixed core dumps when running with --debug Removed setting of signal masks (was never used) Made event code call pthread_exit() (portability fix) Fixed that event code doesn't call DBUG_xxx functions before my_thread_init() is called. Made handling of thread_id and thd->variables.pseudo_thread_id uniform. Removed one common 'not freed memory' warning from mysqltest Fixed a couple of usage of not initialized warnings (unlikely cases) Suppress compiler warnings from bdb and (for the moment) warnings from ndb
-
- 21 Feb, 2007 1 commit
-
-
monty@mysql.com/narttu.mysql.fi authored
Fixed that --extern works with mysql-test-run.pl Small trivial cleanups
-
- 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
-
- 28 Nov, 2006 2 commits
-
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
mysql-test-run.pl: Removed "use diagnostics", reduces Perl speed significantly. Can be enabled with "perl -Mdiagnostics mysql-test-run.pl". mtr_report.pl: Don't try output "skipped" comment if there is none (bug#24471)
-
- 24 Nov, 2006 1 commit
-
-
Removed "use diagnostics", reduces Perl speed significantly. Can be enabled with "perl -Mdiagnostics mysql-test-run.pl". mtr_report.pl: Don't try output "skipped" comment if there is none (bug#24471)
-
- 21 Nov, 2006 2 commits
-
-
monty@mysql.com/nosik.monty.fi authored
Moved .progress files into the log directory Moved 'cluster' database tables into the MySQL database, to not have 'cluster' beeing a reserved database name Fixed bug where mysqld got a core dump when trying to use a table created by MySQL 3.23 Fixed some compiler warnings Fixed small memory leak in libmysql Note that this doesn't changeset doesn't include the new mysqldump.c code required to run some tests. This will be added when I merge 5.0 to 5.1
-
msvensson@neptunus.(none) authored
-
- 18 Oct, 2006 1 commit
-
-
msvensson@shellback.(none) authored
into thinking the escaped % + w was a format specifier
-
- 17 Oct, 2006 1 commit
-
-
msvensson@shellback.(none) authored
Set comment properly before calling mtr_report_test failed and report_failure_restart
-
- 14 Oct, 2006 1 commit
-
-
msvensson@shellback.(none) authored
-
- 08 Oct, 2006 1 commit
-
-
msvensson@shellback.(none) authored
to run the whole testcase to find wich testcases need to be checked more carefully and the just "copy and paste" the suspicious test case names to a new mysql-test-run.pl command.
-
- 06 Oct, 2006 2 commits
-
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
Fix problem with specifying vardir, mysql_version_id was not yet available when vardir arguments is checked Move the code to look for exe_mysqld earlier => to initial_setup Fix warnings detected by running with "diagnostics" Remove unused option "opt_result_ext" Init "path_ndb_examples_dir"
-
- 04 Oct, 2006 1 commit
-
-
msvensson@shellback.(none) authored
-Add support for detecting version and features from mysqld binary - Autodetect netware - Disable some features not available below 5.0 - Cleanup executable_setup to look for one executable at a time, only llok for the ones that are needed based on the selected testcases and settings
-
- 06 Jul, 2006 1 commit
-
-
guilhem@gbichot3.local authored
by default we never run disabled tests (even if they're explicitely listed on the command-line). We add an option --enable-disabled which will run tests even though they are disabled, and will print, for each such test, the comment explaining why it was disabled. The reason for the change is when you want to run "all tests which are about NDB" for example: mysql-test-run.pl t/*ndb*.test used to run some disabled NDB tests, causing failures, causing investigations. Code amended and approved by Kent.
-
- 11 Jun, 2006 4 commits
-
-
msvensson@neptunus.(none) authored
Make list of tags/name/values to simplify adding more tags Check if debug compiled binaries
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
Add comment why test is skipped
-
- 23 May, 2006 1 commit
-
-
msvensson@shellback.(none) authored
-
- 19 May, 2006 1 commit
-
-
msvensson@shellback.(none) authored
-
- 18 May, 2006 1 commit
-
-
msvensson@shellback.(none) authored
Add list of clusters and nodes
-
- 05 May, 2006 1 commit
-
-
monty@mysql.com authored
(Fixes core dump in rpl_failed_optimize.test) Ensure we end active transcations if we do an admin command (like optimize, repair etc)
-
- 04 May, 2006 2 commits
-
-
monty@mysql.com authored
mysql-test-run now fails in case of warnings
-
monty@mysql.com authored
Remove compiler warnings Fix some broken tests Workaround for syncronization bug in NDB (Bug #16445)
-
- 03 May, 2006 1 commit
-
-
monty@mysql.com authored
Fixed warnings from test suite Some fixes in mysql-test-run script to catch more warnings
-
- 23 Mar, 2006 1 commit
-
-
msvensson@shellback.(none) authored
-
- 07 Mar, 2006 1 commit
-
-
msvensson@shellback.(none) authored
-
- 12 Feb, 2006 1 commit
-
-
kent@mysql.com authored
Added { ... } around float8get() macro, avoids VC7 error message "illegal else without matching if" mtr_report.pl: Parse error logs to create "warnings" file mtr_cases.pl: Added optoion --ignore-disabled-def Windows build now let TZ pass, removed work around mysql-test-run.pl, mtr_process.pl: Back port of changes from 5.0
-
- 29 Sep, 2005 1 commit
-
-
kent@mysql.com authored
Text formatting, adjust table header mysql-test-run.pl: Remove requirement for source tree to run embedded server test mysqldump.test: Removed ending ';' from --exec line
-
- 14 Sep, 2005 2 commits
-
-
joerg@mysql.com authored
-
joerg@mysql.com authored
-
- 31 Aug, 2005 1 commit
-
-
kent@mysql.com authored
Backporting from 5.0
-
- 26 Aug, 2005 1 commit
-
-
kent@mysql.com authored
Corrected typo
-