From 3e206bacf3a14ed9a242e766c1b1e590104890dc Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc kop@karlpinc.com" Date: Wed, 17 Jan 2024 09:08:55 +0000 Subject: [PATCH] Do not change the FOLLOW_MAP_TIME DDL statement at all Finishes the fix made in ea49f4a06ac. --- conversion/mung_dump.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/conversion/mung_dump.sh b/conversion/mung_dump.sh index 0aff2fc..e8b69fd 100755 --- a/conversion/mung_dump.sh +++ b/conversion/mung_dump.sh @@ -42,11 +42,6 @@ bunzip2 -c "${DATA_FILE}" \ / VARCHAR\(255\)/ { print gensub(/ VARCHAR\(255\)/, " TEXT", 1); \ printed = 1; } - # Frob the CREATE TABLE for FOLLOW_MAP_TIME. - # Get rid of the comma on the line before the PRIMARY KEY declaration - / "FMT_update" TIMESTAMP,/ { print gensub(/,/, "", 1); \ - printed = 1; } - # Everything else is printed {if (printed) { printed = 0 ; } -- 2.34.1