f429cdbbd5
PR: ports/159763 Submitted by: Paul Schmehl <pauls@utdallas.edu> (maintainer) Approved by: wxs (mentor)
11 lines
522 B
Tcl
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
|