FreeBSD Bugzilla – Attachment 97612 Details for
Bug 136391
security/sguil-server, fixes a bug in two library scripts
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 623 bytes, created by
pauls
on 2009-07-06 21:30:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
pauls
Created:
2009-07-06 21:30:01 UTC
Size:
623 bytes
patch
obsolete
>--- lib/SguildMysqlMerge.tcl.bak 2009-07-06 14:53:27.000000000 -0500 >+++ lib/SguildMysqlMerge.tcl 2009-07-06 14:54:26.000000000 -0500 >@@ -9,7 +9,7 @@ > set tmpQry "SHOW TABLE STATUS LIKE '$tableName'" > set tableStatus [mysqlsel $MAIN_DB_SOCKETID $tmpQry -flatlist] > >- if { $tableStatus != "" && [lindex $tableStatus 1] != "MRG_MyISAM" } { >+ if { $tableStatus != "" && [lindex $tableStatus 1] != "MRG_MYISAM" } { > > # Non MERGE table found. > set errorMsg "\n*************************************************************\n >--- patch-lib-SguildMysqlMerge.tcl ends here ---
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 136391
:
97611
| 97612 |
97613