Skip to content

Commit db546bc

Browse files
committed
Correction of name
1 parent dda1a94 commit db546bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Automatic_Repair/query_repair_all.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ BEGIN
1313
DECLARE temp_name varchar(64) DEFAULT NULL;
1414

1515
/* CREATES TEMPORARY TABLE TO GET THE TABLE NAMES */
16-
CREATE TEMPORARY TABLE Temp SELECT @n := @n + 1 n,a.table_name FROM information_schema.tables a , (SELECT @n := 0) m WHERE a.table_schema = 'Resimapinv';
16+
CREATE TEMPORARY TABLE Temp SELECT @n := @n + 1 n,a.table_name FROM information_schema.tables a , (SELECT @n := 0) m WHERE a.table_schema = 'mydatabase';
1717
SET maximum = (SELECT COUNT(*) FROM Temp);
1818

1919
WHILE i <= maximum DO

0 commit comments

Comments
 (0)