#At file:///home/bm136801/my/merge-55/ based on revid:bjorn.munch@stripped
3131 Bjorn Munch 2010-11-19
avoid compilation warning about incomplete switch
modified:
client/mysqltest.cc
=== modified file 'client/mysqltest.cc'
--- a/client/mysqltest.cc 2010-11-19 10:28:17 +0000
+++ b/client/mysqltest.cc 2010-11-19 11:35:53 +0000
@@ -5721,6 +5721,8 @@ void do_block(enum block_cmd cmd, struct
case GE_OP:
v.int_val= (v.int_val >= v2.int_val);
break;
+ case ILLEG_OP:
+ die("Impossible operator, this cannot happen");
}
v.is_int= TRUE;
Attachment: [text/bzr-bundle] bzr/bjorn.munch@oracle.com-20101119113553-yo687xq8chy9ab3o.bundle
| Thread |
|---|
| • bzr commit into mysql-5.5-bugteam branch (bjorn.munch:3131) | Bjorn Munch | 19 Nov |