Output of DESCRIBE tbl_name wrong for unique key on NULL column

2002-09-18 Thread jwakely
Description: The output of DESCRIBE tbl_name shows unique keys to be MUL for columns defined as NULL. The SQL shown is a minimal test case that creates a new database and two tables, both with a unique key on the column uni The first table is fine. The second table bug shows the wrong output

re: Output of DESCRIBE tbl_name wrong for unique key on NULL column

2002-09-18 Thread Victoria Reznichenko
jwakely, Wednesday, September 18, 2002, 5:46:19 PM, you wrote: jamdc The output of DESCRIBE tbl_name shows unique keys to be MUL for columns jamdc defined as NULL. jamdc The SQL shown is a minimal test case that creates a new database and two jamdc tables, both with a unique key on the column