mariadb/sql/share
unknown 5a67c11c18 fixed bug #1427 "enum allows duplicate values in the list"
include/mysqld_error.h:
  added ER_DUPLICATED_VALUE_IN_TYPE
mysql-test/r/create.result:
  added test for bug #1427 "enum allows duplicate values in the list"
mysql-test/t/create.test:
  added test for bug #1427 "enum allows duplicate values in the list"
sql/share/czech/errmsg.txt:
  added message for ER_DUPLICATED_VALUE_IN_TYPE
sql/share/danish/errmsg.txt:
  added message for ER_DUPLICATED_VALUE_IN_TYPE
sql/share/dutch/errmsg.txt:
  added message for ER_DUPLICATED_VALUE_IN_TYPE
sql/share/english/errmsg.txt:
  added message for ER_DUPLICATED_VALUE_IN_TYPE
sql/share/estonian/errmsg.txt:
  added message for ER_DUPLICATED_VALUE_IN_TYPE
sql/share/french/errmsg.txt:
  added message for ER_DUPLICATED_VALUE_IN_TYPE
sql/share/german/errmsg.txt:
  added message for ER_DUPLICATED_VALUE_IN_TYPE
sql/share/greek/errmsg.txt:
  added message for ER_DUPLICATED_VALUE_IN_TYPE
sql/share/hungarian/errmsg.txt:
  added message for ER_DUPLICATED_VALUE_IN_TYPE
sql/share/italian/errmsg.txt:
  added message for ER_DUPLICATED_VALUE_IN_TYPE
sql/share/japanese/errmsg.txt:
  added message for ER_DUPLICATED_VALUE_IN_TYPE
sql/share/korean/errmsg.txt:
  added message for ER_DUPLICATED_VALUE_IN_TYPE
sql/share/norwegian-ny/errmsg.txt:
  added message for ER_DUPLICATED_VALUE_IN_TYPE
sql/share/norwegian/errmsg.txt:
  added message for ER_DUPLICATED_VALUE_IN_TYPE
sql/share/polish/errmsg.txt:
  added message for ER_DUPLICATED_VALUE_IN_TYPE
sql/share/portuguese/errmsg.txt:
  added message for ER_DUPLICATED_VALUE_IN_TYPE
sql/share/romanian/errmsg.txt:
  added message for ER_DUPLICATED_VALUE_IN_TYPE
sql/share/russian/errmsg.txt:
  added message for ER_DUPLICATED_VALUE_IN_TYPE
sql/share/serbian/errmsg.txt:
  added message for ER_DUPLICATED_VALUE_IN_TYPE
sql/share/slovak/errmsg.txt:
  added message for ER_DUPLICATED_VALUE_IN_TYPE
sql/share/spanish/errmsg.txt:
  added message for ER_DUPLICATED_VALUE_IN_TYPE
sql/share/swedish/errmsg.txt:
  added message for ER_DUPLICATED_VALUE_IN_TYPE
sql/share/ukrainian/errmsg.txt:
  added message for ER_DUPLICATED_VALUE_IN_TYPE
sql/sql_table.cc:
  added function check_duplicates_in_interval and 
  calling it from mysql_create_table for enum and set
2004-03-13 23:13:31 +04:00
..
charsets latin1.xml, Index.xml: 2003-12-29 19:58:18 +04:00
czech fixed bug #1427 "enum allows duplicate values in the list" 2004-03-13 23:13:31 +04:00
danish fixed bug #1427 "enum allows duplicate values in the list" 2004-03-13 23:13:31 +04:00
dutch fixed bug #1427 "enum allows duplicate values in the list" 2004-03-13 23:13:31 +04:00
english fixed bug #1427 "enum allows duplicate values in the list" 2004-03-13 23:13:31 +04:00
estonian fixed bug #1427 "enum allows duplicate values in the list" 2004-03-13 23:13:31 +04:00
french fixed bug #1427 "enum allows duplicate values in the list" 2004-03-13 23:13:31 +04:00
german fixed bug #1427 "enum allows duplicate values in the list" 2004-03-13 23:13:31 +04:00
greek fixed bug #1427 "enum allows duplicate values in the list" 2004-03-13 23:13:31 +04:00
hungarian fixed bug #1427 "enum allows duplicate values in the list" 2004-03-13 23:13:31 +04:00
italian fixed bug #1427 "enum allows duplicate values in the list" 2004-03-13 23:13:31 +04:00
japanese fixed bug #1427 "enum allows duplicate values in the list" 2004-03-13 23:13:31 +04:00
korean fixed bug #1427 "enum allows duplicate values in the list" 2004-03-13 23:13:31 +04:00
norwegian fixed bug #1427 "enum allows duplicate values in the list" 2004-03-13 23:13:31 +04:00
norwegian-ny fixed bug #1427 "enum allows duplicate values in the list" 2004-03-13 23:13:31 +04:00
polish fixed bug #1427 "enum allows duplicate values in the list" 2004-03-13 23:13:31 +04:00
portuguese fixed bug #1427 "enum allows duplicate values in the list" 2004-03-13 23:13:31 +04:00
romanian fixed bug #1427 "enum allows duplicate values in the list" 2004-03-13 23:13:31 +04:00
russian fixed bug #1427 "enum allows duplicate values in the list" 2004-03-13 23:13:31 +04:00
serbian fixed bug #1427 "enum allows duplicate values in the list" 2004-03-13 23:13:31 +04:00
slovak fixed bug #1427 "enum allows duplicate values in the list" 2004-03-13 23:13:31 +04:00
spanish fixed bug #1427 "enum allows duplicate values in the list" 2004-03-13 23:13:31 +04:00
swedish fixed bug #1427 "enum allows duplicate values in the list" 2004-03-13 23:13:31 +04:00
ukrainian fixed bug #1427 "enum allows duplicate values in the list" 2004-03-13 23:13:31 +04:00
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
Makefile.am Charset number is now stored into error.sys by comp_err and loaded by mysqld. 2003-09-17 16:22:58 +05:00