summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorunknown <ingo@mysql.com>2005-12-07 19:47:55 +0100
committerunknown <ingo@mysql.com>2005-12-07 19:47:55 +0100
commite2bf3b211b093161c3f4925c964d818ad3ae375f (patch)
treee8539b73dd37a08a46aab2d646d823736fa563aa /include
parent02f90923cf51ad0df6c73b9348123bb8c54291ff (diff)
parent5213f5894a043b74f12d2be1a43e30de3d5e6b69 (diff)
downloadmariadb-git-e2bf3b211b093161c3f4925c964d818ad3ae375f.tar.gz
Merge istruewing@bk-internal.mysql.com:/home/bk/mysql-5.0
into mysql.com:/home/mydev/mysql-5.0-bug10932 configure.in: Auto merged sql/mysql_priv.h: Auto merged
Diffstat (limited to 'include')
-rw-r--r--include/mysql.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/mysql.h b/include/mysql.h
index c4b4e026e5b..f3244d4ba36 100644
--- a/include/mysql.h
+++ b/include/mysql.h
@@ -117,6 +117,9 @@ typedef unsigned long long my_ulonglong;
#define MYSQL_COUNT_ERROR (~(my_ulonglong) 0)
+/* backward compatibility define - to be removed eventually */
+#define ER_WARN_DATA_TRUNCATED WARN_DATA_TRUNCATED
+
typedef struct st_mysql_rows {
struct st_mysql_rows *next; /* list of rows */
MYSQL_ROW data;