gluh@mysql.com/eagle.(none)
2f719d02c9
Bug#35108 SELECT FROM REFERENTIAL_CONSTRAINTS crashes
...
referenced_key_name field can be uninitialized in the case when
referenced table is dropped.
Added codition which allows to handle this situation.
2008-03-14 14:12:39 +04:00
gluh@mysql.com/eagle.(none)
a5a43da10e
Bug#21713 incorrect value for the REFERENTIAL_CONSTRAINTS.UNIQUE_CONSTRAINT_NAME column
...
added new field 'REFERENCED_TABLE_NAME' to 'referential_constraints' table
field 'UNIQUE_CONSTRAINT_NAME' contains the name of the referenced index
2007-01-15 13:39:28 +04:00
gluh@mysql.com/eagle.(none)
91d75da75e
Fix for bug#25026 information_schema.KEY_COLUMN_USAGE
.REFERENCED_TABLE_NAME
returns garbage
...
Unencode internal db & table name
2007-01-09 18:14:04 +04:00
gluh@eagle.intranet.mysql.r18.ru
19de86dd63
WL#2257 REFERENTIAL_CONSTRAINTS view
...
added I_S.REFARENTIAL_CONSTRAINTS table
2006-05-02 16:31:39 +05:00
monty@mysql.com
82fc54781b
Fixed problems found by valgrind
...
Fixed problems in test suite where some test failed
Fixed access to not initialized memory in federated
Fixed access to not initialized memory when using BIT fields in internal temporary tables
2005-09-22 03:23:07 +03:00
gluh@gluh.mysql.r18.ru
68317fcb0c
addition of "REFERENCED_TABLE_SCHEMA",
...
"REFERENCED_TABLE_NAME", "REFERENCED_COLUMN_NAME" fields into
KEY_COLUMN_USAGE table
2005-05-20 16:39:28 +04:00
monty@mysql.com
d71c030587
After merge fixes
2004-12-31 00:44:00 +02:00
gluh@gluh.mysql.r18.ru
4c4352e5e7
Fx for bug#7221: information_schema: errors in "key_column_usage"
2004-12-14 15:20:46 +03:00
gluh@gluh.mysql.r18.ru
2e912bbbe8
Don't display 'usage' privilege in TABLE_PRIVILEGES if we have columns privileges
...
mysqldump skips information_schema db
'use' now can use information_schema db
changed value of column 'Null' to 'NO' if column is not nullable
2004-12-10 12:07:11 +03:00
gluh@gluh.mysql.r18.ru
3256fd704e
Fixed bug related to lower case table names on Power Mac
...
'information_schema' test is splitted because of innodb
2004-11-24 19:32:10 +03:00