I posted this blog:
http://blog.webyog.com/2015/11/09/beware-virtual-columns-may-render-backups-unusable/.
It should appear on planet.mysql.com shortly.
-- Peter
On Mon, Nov 9, 2015 at 10:17 AM, Peter Laursen
wrote:
> YES .. it is sql_mode that makes the difference as I realized Friday night
>
YES .. it is sql_mode that makes the difference as I realized Friday night
here..
CREATE TABLE `vc_test`.`t1`(
`id` INT NOT NULL,
`id3` INT AS ( id*3 ) VIRTUAL
);
SET sql_mode = 'strict_all_tables';
INSERT INTO `vc_test`.`t1` VALUES (1,3);
-- returns: Error Code: 1906 - The value specified f
Hi kentoku and Sergey,
Please review mypatch for MDEV-8140. https://github.com/MariaDB/server/pull/61
Thanks.___
Mailing list: https://launchpad.net/~maria-developers
Post to : maria-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net
Hi kentoku and Sergey,
Please review mypatch for MDEV-8140.
https://github.com/MariaDB/server/pull/61
Thanks.
___
Mailing list: https://launchpad.net/~maria-developers
Post
4 matches
Mail list logo