maria-developers team mailing list archive
-
maria-developers team
-
Mailing list archive
-
Message #07429
Re: Doubt in bin logging for CREATE VIEW - MDEV-6365
Hi folks.
I created this MDEV based on the
"bad news" in my previous comment
about create view (actually things
are worse than I thought, since
implementing the missing options
will break user applications and
affect replication backward compatibility):
(MDEV-6365) CREATE VIEW Ignores RESTRICT/CASCADE Options - New
Generally, statement options should not parse if
they're ambiguous in syntax or code.
Thanks, James.
----------
[...]
> The bad news ... I read over the create view source,
> and there's tons of work that hasn't been finished yet
> (just read the comments about union and restrict/
> cascade for starters.)
References