summaryrefslogtreecommitdiff
path: root/sql/item.h
diff options
context:
space:
mode:
authorunknown <bar@bar.intranet.mysql.r18.ru>2006-11-09 14:46:01 +0400
committerunknown <bar@bar.intranet.mysql.r18.ru>2006-11-09 14:46:01 +0400
commitd4f4301126ae534c1e55f241a993460a928a276e (patch)
tree1bde7709168bdce785067d6a3c9d687de8732d30 /sql/item.h
parent69ac4dbaa13e5e6038bf60ba52ab334b19f632d5 (diff)
parent7614eb0d1db4819ec6f1c3c59196d1dcb0d0c8d5 (diff)
downloadmariadb-git-d4f4301126ae534c1e55f241a993460a928a276e.tar.gz
Merge mysql.com:/usr/home/bar/mysql-5.0.b21505
into mysql.com:/usr/home/bar/mysql-5.1.b21505 mysql-test/r/ctype_utf8.result: Auto merged mysql-test/t/ctype_utf8.test: Auto merged sql/field.cc: Auto merged sql/field.h: Auto merged sql/item.cc: Auto merged sql/item.h: Auto merged sql/mysql_priv.h: Auto merged sql/sql_select.cc: Auto merged
Diffstat (limited to 'sql/item.h')
-rw-r--r--sql/item.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/sql/item.h b/sql/item.h
index 8799fa07eb7..2c26e1c4a07 100644
--- a/sql/item.h
+++ b/sql/item.h
@@ -27,19 +27,7 @@ class Item_field;
/*
"Declared Type Collation"
A combination of collation and its derivation.
-*/
-enum Derivation
-{
- DERIVATION_IGNORABLE= 5,
- DERIVATION_COERCIBLE= 4,
- DERIVATION_SYSCONST= 3,
- DERIVATION_IMPLICIT= 2,
- DERIVATION_NONE= 1,
- DERIVATION_EXPLICIT= 0
-};
-
-/*
Flags for collation aggregation modes:
MY_COLL_ALLOW_SUPERSET_CONV - allow conversion to a superset
MY_COLL_ALLOW_COERCIBLE_CONV - allow conversion of a coercible value