summaryrefslogtreecommitdiff
path: root/mysql-test/r/ps_1general.result
Commit message (Expand)AuthorAgeFilesLines
* Merge mysql.com:/home/gluh/MySQL/Merge/5.0-optgluh@eagle.(none)2007-09-201-3/+3
|\
| * Bug#27747 database metadata doesn't return sufficient column default infogluh@mysql.com/eagle.(none)2007-09-201-3/+3
* | Merge bodhi.(none):/opt/local/work/mysql-5.0-runtimekostja@bodhi.(none)2007-07-021-2/+2
|\ \ | |/
| * Follow up to the patch for the BUG#10491.anozdrin/alik@ibm.2007-06-291-2/+2
* | Merge adventure.(none):/home/thek/Development/cpp/bug28846/my50-bug28846thek@adventure.(none)2007-06-221-0/+2
|\ \ | |/
| * Bug#28846 Use of undocumented Prepared Statements crashes serverthek@adventure.(none)2007-06-221-0/+2
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.1kostja@vajra.(none)2007-05-151-3/+3
|\ \
| * \ Merge vajra.(none):/opt/local/work/mysql-5.0-runtimekostja@vajra.(none)2007-05-111-3/+3
| |\ \ | | |/
| | * Cleanup: now that we have Lex_input_stream, finish the transitionkostja@vajra.(none)2007-05-111-3/+3
| * | Bug#24392 (SHOW ENGINE MUTEX STATUS is a synonym for SHOW INNODB STATUS)malff/marcsql@weblab.(none)2007-01-231-1/+3
* | | WL#2936antony@ppcg5.local2007-03-021-1/+2
|/ /
* | Added --debug-info to most clients to detect memory leaks in mysql-test-runmonty@mysql.com/nosik.monty.fi2006-11-211-1/+0
* | Fix for bug #20665 All commands supported in Stored Proceduresandrey@example.com2006-08-231-12/+0
* | Merge moonlight.intranet:/home/tomash/src/mysql_ab/tmp_mergekroki/tomash@moonlight.intranet2006-08-101-1/+1
|\ \ | |/
| * Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-4.1evgen@moonbone.local2006-08-021-1/+1
| |\
| | * bug 20317 (test fails in embedded for different number of threads isholyfoot@deer.(none)2006-07-031-1/+1
| | * Bug#12817 SHOW STATUS now blob fieldsgluh@eagle.intranet.mysql.r18.ru2005-09-091-6/+6
* | | update resultandrey@lmy004.2006-05-231-1/+1
* | | Merge mysql.com:/home/dlenev/mysql-5.0-bg11081dlenev@mysql.com2006-05-021-3/+0
|\ \ \ | |/ /
| * | A fix and a test case for Bug#19308 "REPAIR/OPTIMIZE/ANALYZE konstantin@mysql.com2006-04-251-3/+0
* | | Bug #17805 Cluster_replication database should be renamed to just clustertomas@poseidon.ndb.mysql.com2006-03-011-1/+1
* | | Merge neptunus.(none):/home/msvensson/mysql/mysqltestrun_check_testcases/my51...msvensson@neptunus.(none)2006-02-071-1/+1
|\ \ \
| * \ \ Merge neptunus.(none):/home/msvensson/mysql/mysqltestrun_check_testcases/my50...msvensson@neptunus.(none)2006-02-071-1/+1
| |\ \ \ | | |/ /
| | * | Add new option "check-testcases" to mysql-test-run.plmsvensson@neptunus.(none)2006-01-261-1/+1
| | * | Added handlerton flag to make storage engines invisable via flag.brian@zim.(none)2005-11-101-1/+0
* | | | wl2325 wl2324tomas@poseidon.ndb.mysql.com2006-01-121-0/+1
|/ / /
* | | Make storage engines "pluggable", handlerton workacurtis@poseidon.ndb.mysql.com2005-11-071-15/+0
* | | Fixed results in test resultmonty@mysql.com2005-11-051-0/+1
|/ /
* | Final patch for 5.0 for simplifying storage engine code. We now have just one...brian@zim.(none)2005-10-031-6/+6
* | Cleanups for storage engine patch. Changed two test results to now reflect th...brian@zim.(none)2005-09-191-7/+2
* | Merge mysql.com:/home/jimw/my/mysql-4.1-cleanjimw@mysql.com2005-08-011-1/+1
|\ \ | |/
| * Don't force column header to @@session.var_name if @@local.var_namejimw@mysql.com2005-07-251-1/+1
| * Bug #7142 Show Fields from fails using Borland's dbExpress interfacereggie@linux.site2005-07-121-6/+6
* | a fix (bug #11809: ps_1general.test fails on QNX).ramil@mysql.com2005-07-081-2/+2
* | bug#10466: Datatype "timestamp" displays "YYYYMMDDHHMMSS" irrespective of dis...msvensson@neptunus.(none)2005-06-201-1/+1
* | Merge rurik.mysql.com:/home/igor/dev/mysql-4.1-0igor@rurik.mysql.com2005-06-071-6/+6
|\ \ | |/
| * Many files:igor@rurik.mysql.com2005-06-071-6/+6
* | concurrent-insert can now be set to 2 for concurrent inserts when there is ho...monty@mishka.local2005-05-131-3/+3
* | Fixes for BUG#10039 "MEMORY engine is reported as HEAP",gbichot@quadita2.mysql.com2005-04-231-1/+1
* | Cleanup tests and results after merge from 4.1 of embeddedjimw@mysql.com2005-04-041-13/+1
* | Mergejimw@mysql.com2005-04-041-82/+0
|\ \
| * \ Merge embedded server testing changes from 4.1.jimw@mysql.com2005-04-011-82/+0
| |\ \ | | |/
| | * Merge embedded-server testing changes.jimw@mysql.com2005-04-011-82/+0
| | |\
| | | * Eliminate most of the remaining hardcoded list of tests to skipjimw@mysql.com2005-03-291-82/+0
* | | | Invalid DEFAULT values for CREATE TABLE now generates errors. (Bug #5902)monty@mysql.com2005-04-011-8/+8
|/ / /
* | | Give warnings if wrong date/time/datetime argument for STR_TO_DATEmonty@mysql.com2005-03-301-1/+1
* | | Mergepekka@mysql.com2005-03-281-2/+2
|\ \ \ | |/ /
| * | Merge serg@bk-internal.mysql.com:/home/bk/mysql-4.1/serg@serg.mylan2005-03-261-2/+2
| |\ \
| | * | client/mysqltest.cserg@serg.mylan2005-03-231-2/+2
* | | | Resolving merge.brian@zim.(none)2005-03-251-0/+1
|\ \ \ \ | |/ / /