summaryrefslogtreecommitdiff
path: root/mysql-test/r/named_pipe.result
Commit message (Collapse)AuthorAgeFilesLines
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-2160/+0
|
* SQL: allow PERIOD as identifier [fixes #331]Eugene Kosov2017-11-271-57/+57
|
* Tests: reverted original results [#322]Aleksey Midenkov2017-11-211-1/+1
| | | | | | main.shm (Windows) main.named_pipe (Windows) tokudb_parts.partition_syntax_tokudb
* 0.1: SQL-level System VersioningDaniel Fiala2017-05-051-57/+57
|
* Fix result filesVladislav Vaintroub2017-04-011-1/+0
|
* Update test results after changes in search_pattern_in_file.incSergei Petrunia2017-04-011-1/+2
|
* Item::print(): remove redundant parenthesesSergei Golubchik2016-12-121-1/+1
| | | | | by introducing new Item::precedence() method and using it to decide whether parentheses are required
* MDEV-10174: Make the fix for MDEV-8989 enabled by default in 10.2Sergei Petrunia2016-09-241-1/+1
| | | | (Continued after a95e38) Update more test results.
* Merge branch '10.1' into 10.2Sergei Golubchik2016-09-091-0/+1
|\
| * fix a test for windowsSergei Golubchik2016-08-251-0/+1
| |
* | MDEV-6720 - enable connection log in mysqltest by defaultSergey Vojtovich2016-03-311-0/+3
|/
* Adjusted test results after recent changes.Sergey Vojtovich2013-08-141-4/+4
|
* 5.3 mergeSergei Golubchik2012-01-131-0/+3
|\
| * Update test results for previous pushSergey Petrunya2011-12-161-0/+3
| |
* | merge with 5.3Sergei Golubchik2011-10-191-29/+29
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | sql/sql_insert.cc: CREATE ... IF NOT EXISTS may do nothing, but it is still not a failure. don't forget to my_ok it. ****** CREATE ... IF NOT EXISTS may do nothing, but it is still not a failure. don't forget to my_ok it. sql/sql_table.cc: small cleanup ****** small cleanup
| * Fix test suite - adjust result filesVladislav Vaintroub2011-02-121-1/+1
| |
| * Fixed test results for windows buildsMichael Widenius2010-12-081-28/+28
| | | | | | | | | | | | | | | | | | | | | | Fixed compiler warning mysql-test/r/named_pipe.result: Fixed test results for windows builds mysql-test/r/shm.result: Fixed test results for windows builds sql/item_cmpfunc.cc: Fixed compiler warning about uninitialized "first"
* | Patch for WL#3736: Extended Table, Column and Index Comments.Alexander Nozdrin2010-02-201-4/+4
|/ | | | | | | | The task is to (a) add a comment on indexes and (b) increase the maximum length of column, table and the new index comments. The patch committed on behalf of Yoshinori Matsunobu (Yoshinori.Matsunobu@Sun.COM).
* Additional patch for Bug#32538. Fix result files of windows test cases.unknown2008-02-131-1/+1
| | | | | | | mysql-test/r/named_pipe.result: Fix result file (windows-specific test). mysql-test/r/shm.result: Fix result file (windows-specific test).
* result fixunknown2007-10-241-2/+2
|
* Update result file(s) for 5.1unknown2007-09-261-7/+7
| | | | | | | mysql-test/r/named_pipe.result: Update result file for 5.1 mysql-test/r/shm.result: Update result file for 5.1
* Add test for named pipes on windowsunknown2007-09-241-0/+2153
Improve test for shm on windows mysql-test/include/windows.inc: improve "skip message" and don't require a result file mysql-test/r/shm.result: Update result after adding more tests mysql-test/t/shm-master.opt: Add $MTR_BUILD_THREAD to get a unique shared memory base name mysql-test/t/shm.test: Run a bunch of more test to check shm mysql-test/r/named_pipe.result: New BitKeeper file ``mysql-test/r/named_pipe.result'' mysql-test/t/named_pipe-master.opt: New BitKeeper file ``mysql-test/t/named_pipe-master.opt'' mysql-test/t/named_pipe.test: New BitKeeper file ``mysql-test/t/named_pipe.test''