On Sun, Apr 5, 2009 at 1:10 PM, Francesco Riosa <[email protected]> wrote: >> IIRC: Recent version of phpMyAdmin (such as the 3 series which >> requires MySQL 5.0 or greater) makes significant use of the IS, though >> I have little doubt that show commands are still in code. > > mmh not exactly: > phpMyAdmin-3.1.2.0 (2009-01-19) > `grep -r SHOW` give still 60 php files with SHOW <something> >
Or exactly. I wrote that I had little doubt that the show commands were still in use. I think at least some of the SHOW commands are fall back for supposedly unsupported pre 5.0 myqsl servers. OT: Assuming IS does not change significantly from what already exists in the 5.0 server I imagine the phpMyAdmin team will have little difficultly making their code work with both. I know very few devs that use the command line client so I think that if Drizzle does not break existing tools it will make adoption much easier. There will be some incompatibilities (data types, etc) but that would probably be not difficult to work around. -- Rob Wultsch [email protected] _______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp

