summaryrefslogtreecommitdiff
path: root/mysql-test/t/rename.test
Commit message (Collapse)AuthorAgeFilesLines
* Reviewed fix for bug#40882: Replaced "sleep 1" by wait_condition, added ↵Horst Hunger2009-02-111-9/+13
| | | | 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.
* Merge mysql.com:/home/hf/work/mysql-4.1-mrgholyfoot/hf@mysql.com/deer.(none)2006-11-161-4/+0
|\ | | | | | | into mysql.com:/home/hf/work/mysql-5.0-mrg
| * Merge bk@192.168.21.1:mysql-4.1holyfoot/hf@mysql.com/deer.(none)2006-11-161-4/+0
| |\ | | | | | | | | | into mysql.com:/home/hf/work/mysql-4.1-mrg
| | * WL#3475 (Threads for the embedded server in mysqltest)holyfoot/hf@mysql.com/deer.(none)2006-10-231-4/+0
| | | | | | | | | | | | | | | Necessary code added to mysqltest.c. Disabled tests are available now.
| * | Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-4.1petr/cps@outpost.site2006-11-101-1/+5
| |\ \ | | | | | | | | | | | | into outpost.site:/home/cps/mysql/trees/4.1-runtime-bug9191
* | \ \ Merge alik.:/mnt/raid/alik/MySQL/devel/5.0anozdrin/alik@alik.2006-11-071-3/+8
|\ \ \ \ | | | | | | | | | | | | | | | into alik.:/mnt/raid/alik/MySQL/devel/5.0-rt
| * \ \ \ Merge shellback.(none):/home/msvensson/mysql/mysql-4.1-maintmsvensson@shellback.(none)2006-10-311-3/+8
| |\ \ \ \ | | |/ / / | | | | | | | | | | into shellback.(none):/home/msvensson/mysql/mysql-5.0-maint
| | * | | Bug#18654 Test is timing-dependent and fails from scheduling effects (?)msvensson@shellback.(none)2006-10-301-4/+8
| | | |/ | | |/| | | | | | | | | - Wait in loop with small sleep until tables has been renamed
* | | | Merge moonlight.intranet:/home/tomash/src/mysql_ab/mysql-4.1-cleanupkroki/tomash@moonlight.intranet2006-11-031-1/+7
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| into moonlight.intranet:/home/tomash/src/mysql_ab/mysql-5.0-cleanup
| * | Cleanup: fix race in rename.test.kroki/tomash@moonlight.intranet2006-11-031-2/+8
| |/
* | Bug#14959: ALTER TABLE isn't able to rename a viewevgen@moonbone.local2006-10-131-0/+13
| | | | | | | | | | | | | | | | 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.
* | Fix race condition of concurrent RENAME and SHOW TABLES which causedkroki@mysql.com2006-05-061-1/+7
|/ | | | random test failures.
* Added end marker for tests to make future merges easiermonty@mysql.com2005-07-281-0/+2
|
* Eliminate most of the remaining hardcoded list of tests to skipjimw@mysql.com2005-03-291-0/+4
| | | | | by adding check for embedded server within tests and splitting some tests into multiple test files.
* After merge fixesmonty@mysql.com2004-10-071-1/+1
| | | | Some bigger code changes was necessary becasue of the multi-table-update and the new HANDLER code
* Remove extra '/' after mysql_real_data_homemonty@mysql.com2004-09-031-0/+2
| | | | Add missing parameter to strxnmov() that caused some INTO OUTFILE commands to core dump
* fixed vva@eagle.mysql.r18.ru2004-04-011-0/+24
| | | | | BUG #2397 "RENAME TABLES is not blocked by FLUSH TABLES WITH READ LOCK" (added waiting for global_read_lock in mysql_rename_tables)
* Changed mysql-test to print warnings for not existing table to DROP TABLEmonty@mashka.mysql.fi2003-01-061-0/+5
| | | | | | Cleaned up test; Removed wrong DROP TABLE commands and use standard table and database names. changed store_warning() -> push_warning_print()
* Cleanup after last mergemonty@hundin.mysql.fi2001-10-081-5/+11
|
* show_check.test fixed cleanup problemsasha@mysql.sashanet.com2001-01-021-1/+1
| | | | | | | 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
* Added support for hex strings to mysqlimportmonty@donna.mysql.com2000-12-281-0/+26
A lot of new tests to mysqltest Fixed bug with BDB tables and autocommit