disperse
Results
2
comments of
disperse
Sure thing, here's a repro case, this dump from MySQL was created with `mysqldump -uroot -p --compact --add-drop-table --skip-extended-insert test_database pet > pet.sql` ``` DROP TABLE IF EXISTS `pet`; /*!40101...
Could anyone with some awk / mawk expertise help debug this issue? It would make a big difference for our project if we could preserve `drop table` statements when converting...