mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
FLUSH TABLE table_list
Fixes for RENAME TABLE Portability fixes
This commit is contained in:
@ -223,8 +223,8 @@ if ($limits->{'unique_index'})
|
||||
{
|
||||
$tmpvar^= ((($tmpvar + 63) + $i)*3 % $opt_loop_count);
|
||||
$tmp=$tmpvar % ($total_rows);
|
||||
$tmpquery = "$query ($tmp,1,2,'D')";
|
||||
if (!$dbh->do($tmpquery))
|
||||
$tmpquery = "$query ($tmp,$tmp,2,'D')";
|
||||
if ($dbh->do($tmpquery))
|
||||
{
|
||||
die "Didn't get an error when inserting duplicate record $tmp\n";
|
||||
}
|
||||
|
Reference in New Issue
Block a user