---
sql/sql_yacc.yy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: stew-encrypted-backup/sql/sql_yacc.yy
===================================================================
--- stew-encrypted-backup.orig/sql/sql_yacc.yy 2008-06-26 15:54:56.883844915 +1000
+++ stew-encrypted-backup/sql/sql_yacc.yy 2008-06-26 15:55:16.579840707 +1000
@@ -6329,7 +6329,7 @@ backup:
;
opt_compression:
- /* empty */ {}
+ /* empty */ { Lex->backup_compression= false; }
| WITH COMPRESSION_SYM opt_compression_algorithm
{
Lex->backup_compression= true;
--
Stewart Smith