#At file:///home/stewart/mysql/stew-encrypted-backup-preview1/
2645 stewart@stripped 2008-06-30
[patch 01/10] Bug #37654 lex backup_compression not being set when no compression---
sql/sql_yacc.yy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: stew-encrypted-backup/sql/sql_yacc.yy
===================================================================
modified:
sql/sql_yacc.yy
=== modified file 'sql/sql_yacc.yy'
--- a/sql/sql_yacc.yy 2008-06-25 13:30:04 +0000
+++ b/sql/sql_yacc.yy 2008-06-30 01:30:06 +0000
@@ -6329,7 +6329,7 @@ backup:
;
opt_compression:
- /* empty */ {}
+ /* empty */ { Lex->backup_compression= false; }
| WITH COMPRESSION_SYM opt_compression_algorithm
{
Lex->backup_compression= true;
| Thread |
|---|
| • bzr commit into mysql-6.0-backup branch (stewart:2645) | Stewart Smith | 30 Jun |