FEDERATED tables documentation glitch
FEDERATED tables documentation glitch
>Description:
According to the documentation, FEDERATED tables need a
COMMENT clause with a connection string.
Instead, they need a "CONNECTION" clause.
http://dev.mysql.com/doc/mysql/en/federated-use.html
>How-To-Repeat:
creating a FEDERATED table with COMMENT='data source' fails.
using CONNECTION='data source' succeeds.
>Fix:
Fix the documentation pages in the manual, and in several
articles published at dev.mysql.com
Regards
GM
--
Giuseppe Maxia
CTO http://www.StarData.it
MySQL Certified Professional
--
MySQL Bugs Mailing List
For list archives: http://lists.mysql.com/bugs
To unsubscribe: http://lists.mysql.com/bugs?unsub=gcdmb-bugs [at] m.gmane.org
Re: FEDERATED tables documentation glitch
Hi!
On Sep 27, Giuseppe Maxia wrote:
> FEDERATED tables documentation glitch
>
> >Description:
> According to the documentation, FEDERATED tables need a
> COMMENT clause with a connection string.
> Instead, they need a "CONNECTION" clause.
> http://dev.mysql.com/doc/mysql/en/federated-use.html
>
> >How-To-Repeat:
> creating a FEDERATED table with COMMENT='data source' fails.
> using CONNECTION='data source' succeeds.
>
> >Fix:
> Fix the documentation pages in the manual, and in several
> articles published at dev.mysql.com
This is now fixed, thanks!
Regards,
Sergei
--
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Sergei Golubchik <serg [at] mysql.com>
/ /|_/ / // /\ \/ /_/ / /__ MySQL AB, Senior Software Developer
/_/ /_/\_, /___/\___\_\___/ Kerpen, Germany
<___/ www.mysql.com
--
MySQL Bugs Mailing List
For list archives: http://lists.mysql.com/bugs
To unsubscribe: http://lists.mysql.com/bugs?unsub=gcdmb-bugs [at] m.gmane.org