mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Merge branch '11.1' into 11.2
This commit is contained in:
@@ -1077,7 +1077,7 @@ KEY `a_2` (`a`,`vbidxcol`),
|
||||
KEY `vbidxcol_2` (`vbidxcol`,`d`),
|
||||
CONSTRAINT `fk_16` FOREIGN KEY (`a`) REFERENCES `ibstd_16` (`a`) ON DELETE SET NULL
|
||||
) ENGINE=InnoDB;
|
||||
DROP TABLE ibstd_16_fk;
|
||||
ERROR HY000: Function or expression 'a' cannot be used in the GENERATED ALWAYS AS clause of `vadcol`
|
||||
CREATE TABLE `ibstd_16_fk` (
|
||||
`a` int(11) DEFAULT NULL,
|
||||
`d` int(11) DEFAULT NULL,
|
||||
|
Reference in New Issue
Block a user