[jOOQ/jOOQ#10334] MySQLRoutineDefinition uses HSQLDB's INFORMATION_SCHEMA.PARAMETERS table, not MySQL's

This commit is contained in:
Lukas Eder 2020-07-01 09:52:01 +02:00
parent 4e140b7062
commit 528c3d9434

View File

@ -39,7 +39,7 @@
package org.jooq.meta.mysql;
import static java.util.Arrays.asList;
import static org.jooq.meta.hsqldb.information_schema.Tables.PARAMETERS;
import static org.jooq.meta.mysql.information_schema.Tables.PARAMETERS;
import java.util.regex.Matcher;