Skip to content

Commit 1fda3fe

Browse files
committed
wrap comment
1 parent ff80260 commit 1fda3fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mysql2sqlite

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,8 @@ aInc == 1 && /PRIMARY KEY|primary key/ { next }
196196
sub( ere_bit_field, bit_to_int( substr( $0, RSTART +2, RLENGTH -2 -1 ) ) )
197197
}
198198

199-
#remove USING BTREE and other suffixes for USING, for example: "UNIQUE KEY `hostname_domain` (`hostname`,`domain`) USING BTREE,"
199+
# remove USING BTREE and other suffixes for USING, for example: "UNIQUE KEY
200+
# `hostname_domain` (`hostname`,`domain`) USING BTREE,"
200201
gsub( / USING [^, ]+/, "" )
201202

202203
# field comments are not supported

0 commit comments

Comments
 (0)