diff options
| -rw-r--r-- | ext/pdo/pdo_sqlstate.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/pdo/pdo_sqlstate.c b/ext/pdo/pdo_sqlstate.c index fb1ddae79e..9796dbfb07 100644 --- a/ext/pdo/pdo_sqlstate.c +++ b/ext/pdo/pdo_sqlstate.c @@ -95,6 +95,9 @@ static struct pdo_sqlstate_info err_initializer[] = { { "42S21", "Column already exists" }, { "42S22", "Column not found" }, { "44000", "WITH CHECK OPTION violation" }, + { "55000", "Object not in prerequisite state" }, + { "55006", "Object in use" }, + { "55P02", "Cannot change runtime param" }, { "HY000", "General error" }, { "HY001", "Memory allocation error" }, { "HY003", "Invalid application buffer type" }, |
