#At file:///usr/local/devel/bzrroot/server/mysql-trunk/ based on revid:anitha.gopi@stripped
3112 Vasil Dimov 2011-05-25
Non-functional: remove excess ";"
modified:
storage/innobase/handler/i_s.cc
storage/innobase/que/que0que.c
=== modified file 'storage/innobase/handler/i_s.cc'
--- a/storage/innobase/handler/i_s.cc revid:anitha.gopi@stripped
+++ b/storage/innobase/handler/i_s.cc revid:vasil.dimov@stripped
@@ -3347,7 +3347,7 @@ i_s_innodb_buffer_page_get_info(
page_info->space_id = buf_page_get_space(bpage);
- page_info->page_num = buf_page_get_page_no(bpage);;
+ page_info->page_num = buf_page_get_page_no(bpage);
page_info->flush_type = bpage->flush_type;
@@ -4793,7 +4793,7 @@ i_s_sys_indexes_fill_table(
/* Process each record in the table */
while (rec) {
- const char* err_msg;;
+ const char* err_msg;
table_id_t table_id;
dict_index_t index_rec;
=== modified file 'storage/innobase/que/que0que.c'
--- a/storage/innobase/que/que0que.c revid:anitha.gopi@stripped
+++ b/storage/innobase/que/que0que.c revid:vasil.dimov@stripped
@@ -703,7 +703,7 @@ que_thr_stop(
que_thr_t* thr) /*!< in: query thread */
{
que_t* graph;
- trx_t* trx = thr_get_trx(thr);;
+ trx_t* trx = thr_get_trx(thr);
graph = thr->graph;
Attachment: [text/bzr-bundle] bzr/vasil.dimov@oracle.com-20110525134330-633imwv6v1zgy1pc.bundle
| Thread |
|---|
| • bzr commit into mysql-trunk branch (vasil.dimov:3112) | vasil.dimov | 25 May |