Hi, while removing the "extension" directive, I noticed that there is an undocumented possible value, "drizzle".
I guess it's undocumented because the corresponding library is marked as being experimental and not to be used in production.
So what's the status about these experimentations? Should we keep this directive in case someone wants to experiment?
Note that connection via mysqli works fine with a Drizzle server.
2013/12/14 Marc Delisle marc@infomarc.info:
Hi, while removing the "extension" directive, I noticed that there is an undocumented possible value, "drizzle".
I guess it's undocumented because the corresponding library is marked as being experimental and not to be used in production.
Piotr Przybylski added this during his GSoC 2011 project adding Drizzle support to phpMyAdmin. The corresponding library was very buggy at the time, so that's whythe option was not published.
So what's the status about these experimentations? Should we keep this directive in case someone wants to experiment?
I have no idea about the current status of the Drizzle library. I guess the drizzle extension can be dropped, as Marc mentions, it is not necessary to connect to a Drizzle server. I someone wants to experiment with the drizzle extension, it can be added again, I guess.
Note that connection via mysqli works fine with a Drizzle server.
-- Marc Delisle http://infomarc.info | http://phpmyadmin.net
Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clk... _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Hi
Dne Sat, 14 Dec 2013 08:36:43 -0500 Marc Delisle marc@infomarc.info napsal(a):
while removing the "extension" directive, I noticed that there is an undocumented possible value, "drizzle".
I guess it's undocumented because the corresponding library is marked as being experimental and not to be used in production.
So what's the status about these experimentations? Should we keep this directive in case someone wants to experiment?
I think it's safe to forget about it as the extension looks like a dead project:
http://pecl.php.net/package/drizzle
Note that connection via mysqli works fine with a Drizzle server.
Indeed, as can be seen on demo server.