| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
| |
main.shm (Windows)
main.named_pipe (Windows)
tokudb_parts.partition_syntax_tokudb
|
| |
|
| |
|
| |
|
|
|
|
|
| |
by introducing new Item::precedence() method and using it
to decide whether parentheses are required
|
|
|
|
| |
(Continued after a95e38) Update more test results.
|
|\ |
|
| | |
|
|/ |
|
| |
|
|\ |
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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"
|
|/
|
|
|
|
|
|
| |
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).
|
|
|
|
|
|
|
| |
mysql-test/r/named_pipe.result:
Fix result file (windows-specific test).
mysql-test/r/shm.result:
Fix result file (windows-specific test).
|
| |
|
|
|
|
|
|
|
| |
mysql-test/r/named_pipe.result:
Update result file for 5.1
mysql-test/r/shm.result:
Update result file for 5.1
|
|
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''
|