Bug #15674 Table listings in test 'rename' and 'query_cache' differs for Solaris 10 AMD64
Submitted: 11 Dec 2005 23:35 Modified: 12 Dec 2005 10:45
Reporter: Kent Boortz Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:5.0.17-pre OS:Solaris (Solaris 10 AMD64)
Assigned to: Ramil Kalimullin CPU Architecture:Any

[11 Dec 2005 23:35] Kent Boortz
Description:
The 'rename' test results in

*** r/rename.result
--- r/rename.reject
***************
*** 47,56
--- 47,74
  show tables;
  Tables_in_test
  t1
+ t1_c
+ t2_c
  t3
+ t3_c
+ t4_c
+ t5_c
+ t6_c
+ t7_c
+ t8_c
+ t9_c
  UNLOCK TABLES;
  show tables;
  Tables_in_test
+ t1_c
  t2
+ t2_c
+ t3_c
  t4
+ t4_c
+ t5_c
+ t6_c
+ t7_c
+ t8_c
+ t9_c
  drop table t2, t4;

How to repeat:
Run the test case 'rename' on Solaris 10 AMD64
[12 Dec 2005 10:45] Ramil Kalimullin
The failures caused by a previous test crash.