Re: [Maria-developers] Virtual columns and 'mysqldump' (and similar)

2015-11-08 Thread Peter Laursen
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 >

Re: [Maria-developers] Virtual columns and 'mysqldump' (and similar)

2015-11-08 Thread Peter Laursen
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

[Maria-developers] Please review MDEV-8140 patch

2015-11-08 Thread chengxiaoz
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

[Maria-developers] Please review MDEV-8140 patch

2015-11-08 Thread chengxiaoz
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