aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-08-03 14:11:16 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-08-03 14:11:16 +0200
commitb7c60c2cb44226fac7537dc4e8942666dffe4d52 (patch)
treefa59f75b28d8602cc2f1f40836df29971815a569
parentfd183d666dc035dadb7e73378a29975df56f1dfd (diff)
Use LONG tag instead of INT24
-rw-r--r--odb/mysql/source.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/mysql/source.cxx b/odb/mysql/source.cxx
index 83608f5..824eace 100644
--- a/odb/mysql/source.cxx
+++ b/odb/mysql/source.cxx
@@ -45,7 +45,7 @@ namespace mysql
{
"MYSQL_TYPE_TINY",
"MYSQL_TYPE_SHORT",
- "MYSQL_TYPE_INT24",
+ "MYSQL_TYPE_LONG", // *_bind_param() doesn't support INT24.
"MYSQL_TYPE_LONG",
"MYSQL_TYPE_LONGLONG"
};