freebsd-ports/security/sguil-server/files/patch-sql_scripts-sancp_cleanup.tcl
Ryan Steinmetz f429cdbbd5 Improve interoperability with mysql-server 5.5
PR:		ports/159763
Submitted by:	Paul Schmehl <pauls@utdallas.edu> (maintainer)
Approved by:	wxs (mentor)
2011-08-16 21:50:58 +00:00

11 lines
522 B
Tcl

--- sql_scripts/sancp_cleanup.tcl.orig 2011-08-11 20:31:07.000000000 +0000
+++ sql_scripts/sancp_cleanup.tcl 2011-08-11 20:31:26.000000000 +0000
@@ -214,7 +214,7 @@
INDEX dst_port (dst_port), \
INDEX src_port (src_port), \
INDEX start_time (start_time) \
- ) TYPE=MERGE UNION=([join $tmpTables ,]) \
+ ) ENGINE=MERGE UNION=([join $tmpTables ,]) \
"
# Create our MERGE sancp table
mysqlexec $dbSocketID $createQuery