An error occurred fetching the project authors.
- 03 Aug, 2007 1 commit
-
-
msvensson@shellback.(none) authored
of mysql-test-run.pl
-
- 26 Jun, 2007 1 commit
-
-
msvensson@pilot.(none) authored
- Various fixes for running mysql-test-run.pl on ActiveState perl for windows. Reading it's source in win32/win32.c helps...
-
- 20 Jun, 2007 1 commit
-
-
msvensson@pilot.(none) authored
- Improve shutdown algorithm - Wait up to 5 seconds for processes to exit after their port is free
-
- 13 Jun, 2007 1 commit
-
-
msvensson@pilot.(none) authored
- Make tesingt continue even if test log file does not exists
-
- 08 Jun, 2007 1 commit
-
-
msvensson@pilot.(none) authored
-
- 31 May, 2007 1 commit
-
-
mhansson@dl145s.mysql.com authored
problem #1: udf_example.so does not get built on AIX solution#1: build it yourself using cd sql; gcc -g -I ../include/ -I /usr/include/ -lpthread \ -shared -o udf_example.so udf_example.c; mv udf_example.so \ .libs/ problem#2 (the bug): udf_example fails because it does not recognize the variable LD_LIBRARY_PATH when doing dl_open(), it looks at LIBPATH solution#2: add the library path to LIBPATH problem#3: udf_example returns the wrong result length since it relies on strmov to return a pointer to the end of the string that it copies. On AIX builds, where m_string.h is not included (m_string defines a macro expanding strmov to stpcpy), there is a macro expanding strmov to strcpy, which returns a pointer to the first character. solution#3: define strmov as stpcpy. problem#4: #2 applies on hp-ux as well, but this platform looks at SHLIB_PATH solution#4: added the library path to SHLIB_PATH
-
- 28 May, 2007 1 commit
-
-
msvensson@pilot.(none) authored
- Don't delete anything if starting dirty
-
- 23 May, 2007 2 commits
-
-
bar@mysql.com/bar.myoffice.izhnet.ru authored
As MySQL character set tests can print results in many character sets (latin1, utf8-8, sjis, cp932 and others) - its output can be incompatible with the current locale settings, which makes PERL confuse. Fix: reset LC_ALL and LC_CTYPE to "C", which is compatible with any character set.
-
msvensson@shellback.(none) authored
- Check that filemode was set to 0000
-
- 16 May, 2007 1 commit
-
-
msvensson@pilot.blaudden authored
- Fix spelling error
-
- 15 May, 2007 2 commits
-
-
msvensson@pilot.blaudden authored
- Give some more protection against "too long socket name by setting the max length when to use a tmpdir for sockets to 70
-
df@pippilotta.erinye.com authored
-
- 10 May, 2007 1 commit
-
-
msvensson@pilot.blaudden authored
- Give some more protection against "too long socket name by setting the max length when to use a tmpdir for sockets to 70
-
- 13 Apr, 2007 2 commits
-
-
msvensson@pilot.blaudden authored
Change syntax for starting manual ddd or gdb to avoid having to change working dir
-
msvensson@pilot.blaudden authored
Change syntax to start manual gdb/ddd to avoid having to cd to the mysql-test directory before calling the command
-
- 04 Apr, 2007 3 commits
-
-
msvensson@pilot.blaudden authored
- length($sockdir) >= 80 !!
-
msvensson@pilot.blaudden authored
- length($sockdir) >= 80 !!
-
msvensson@pilot.blaudden authored
-
- 02 Apr, 2007 2 commits
-
-
msvensson@pilot.blaudden authored
-
msvensson@pilot.blaudden authored
Remove the setting of --local-load parameter for mysqlbinlog and leave that to the testcases to decide what params to use.
-
- 30 Mar, 2007 2 commits
-
-
msvensson@shellback.(none) authored
-
msvensson@shellback.(none) authored
- Read the pid from pidfile in order to be able to kill the real process instead of the pseudo process. Most platforms will have the same real_pid as pid - Kill using the real pid
-
- 29 Mar, 2007 1 commit
-
-
msvensson@pilot.blaudden authored
mark the test as requiring that storage engine(if we need to do that) Make --ndb and --with-ndbcluster and alias for --mysqld=--default-storage-engine=ndbcluster
-
- 28 Mar, 2007 2 commits
-
-
msvensson@pilot.blaudden authored
-
msvensson@pilot.blaudden authored
Remove strange comment Add run_query function
-
- 23 Mar, 2007 1 commit
-
-
msvensson@pilot.blaudden authored
- Add output path for slow queries as well
-
- 21 Mar, 2007 1 commit
-
-
omer@linux.site authored
running suites other tha the main one
-
- 16 Mar, 2007 2 commits
-
-
joerg@trift2. authored
- Build sql files for netware from the mysql_system_tables*.sq files - Fix comments about mysql_create_system_tables.sh - Use mysql_install_db.sh to create system tables for mysql_test-run-shell - Fix mysql-test-run.pl to also look in share/mysql for the msyql_system*.sql files Changeset coded today by Magnus Svensson, just the application to 5.0.38 is by Joerg Bruehe.
-
msvensson@pilot.blaudden authored
- Build sql files for netware from the mysql_system_tables*.sq files - Fix comments about mysql_create_system_tables.sh - Use mysql_install_db.sh to create system tables for mysql_test-run-shell - Fix mysql-test-run.pl to also look in share/mysql for the msyql_system*.sql files
-
- 15 Mar, 2007 1 commit
-
-
msvensson@pilot.blaudden authored
code eaiser and more extensible
-
- 05 Mar, 2007 1 commit
-
-
msvensson@pilot.blaudden authored
- Add --debugger=dbx - Fix --debugger=devenv, --debugger=DevEnv and --debugger=/path/devenv
-
- 01 Mar, 2007 1 commit
-
-
msvensson@pilot.blaudden authored
-
- 28 Feb, 2007 2 commits
-
-
msvensson@pilot.blaudden authored
- Split out initial data in mysql_system_tables.sql to it's own file - Use file from mysql_install_db and mysql-test-run
-
msvensson@pilot.blaudden authored
afresh start
-
- 26 Feb, 2007 2 commits
-
-
msvensson@pilot.blaudden authored
-
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)
-
- 24 Feb, 2007 1 commit
-
-
anozdrin/alik@booka.opbmk authored
-
- 23 Feb, 2007 2 commits
-
-
anozdrin/alik@alik.opbmk authored
'shutdown_delay' option name.
-
anozdrin/alik@alik.opbmk authored
Fix timeouts. Only test suite is changed.
-
- 21 Feb, 2007 1 commit
-
-
monty@mysql.com/narttu.mysql.fi authored
Fixed that --extern works with mysql-test-run.pl Small trivial cleanups
-