mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Portability fix
Cleanup typos (like SKIPP -> SKIP)
This commit is contained in:
@ -80,7 +80,7 @@ end:
|
||||
for (table=table_list ;
|
||||
table->next != ren_table ;
|
||||
table=table->next->next) ;
|
||||
table=table->next->next; // Skipp error table
|
||||
table=table->next->next; // Skip error table
|
||||
/* Revert to old names */
|
||||
rename_tables(thd, table, 1);
|
||||
/* Note that lock_table == 0 here, so the unlock loop will work */
|
||||
|
Reference in New Issue
Block a user