Though flush tables for export could produce a version neutral .frm perhaps? --Justin On Jul 9, 2013, at 11:17 PM, Stewart Smith <stewart@flamingspork.com> wrote:
Roberto Spadim <roberto@spadim.com.br> writes:
Hi guys, could we add a new FRM file format? a more human readable, maybe JSON or YAML format, internally we could still using today unireg format
There's already a protobuf based format in Drizzle that is far more understandable. The trick is to process everything server side as a bunch of the oddities in FRM file are rather baked into the server (e.g. storing the default row image).
This would also be a rather large incompatibility with Oracle MySQL which perhaps isn't a wise thing.
-- Stewart Smith _______________________________________________ Mailing list: https://launchpad.net/~maria-discuss Post to : maria-discuss@lists.launchpad.net Unsubscribe : https://launchpad.net/~maria-discuss More help : https://help.launchpad.net/ListHelp