| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
save/restore start values and closed open sessions. When trying to use "wait_for_query_to_succeed" a type has been fixed, also in "rename.test": Added session count and check and replaced error numbers.
|
|\
| |
| |
| | |
into mysql.com:/home/hf/work/mysql-5.0-mrg
|
| |\
| | |
| | |
| | | |
into mysql.com:/home/hf/work/mysql-4.1-mrg
|
| | |
| | |
| | |
| | |
| | | |
Necessary code added to mysqltest.c.
Disabled tests are available now.
|
| |\ \
| | | |
| | | |
| | | | |
into outpost.site:/home/cps/mysql/trees/4.1-runtime-bug9191
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
into alik.:/mnt/raid/alik/MySQL/devel/5.0-rt
|
| |\ \ \ \
| | |/ / /
| | | | |
| | | | | |
into shellback.(none):/home/msvensson/mysql/mysql-5.0-maint
|
| | | |/
| | |/|
| | | |
| | | | |
- Wait in loop with small sleep until tables has been renamed
|
|\ \ \ \
| |/ / /
|/| | /
| | |/
| |/| |
into moonlight.intranet:/home/tomash/src/mysql_ab/mysql-5.0-cleanup
|
| |/ |
|
| |
| |
| |
| |
| |
| |
| |
| | |
The mysql_alter_table() was able to rename only a table.
The view/table renaming code is moved from the function rename_tables
to the new function called do_rename().
The mysql_alter_table() function calls it when it needs to rename a view.
|
|/
|
|
| |
random test failures.
|
| |
|
|
|
|
|
| |
by adding check for embedded server within tests and splitting some
tests into multiple test files.
|
|
|
|
| |
Some bigger code changes was necessary becasue of the multi-table-update and the new HANDLER code
|
|
|
|
| |
Add missing parameter to strxnmov() that caused some INTO OUTFILE commands to core dump
|
|
|
|
|
| |
BUG #2397 "RENAME TABLES is not blocked by FLUSH TABLES WITH READ LOCK"
(added waiting for global_read_lock in mysql_rename_tables)
|
|
|
|
|
|
| |
Cleaned up test; Removed wrong DROP TABLE commands and use standard table and database names.
changed store_warning() -> push_warning_print()
|
| |
|
|
|
|
|
|
|
| |
rpl000014.test fixed bug in testcase
rename.test fixed cleanup problem
handler.cc added a comment
sql_class.h fixed bug in active_transaction() when MySQL was not compiled with transaction support
|
|
A lot of new tests to mysqltest
Fixed bug with BDB tables and autocommit
|