3811 kevin.lewis@stripped 2012-05-10
Fix a compiler error on some linux platforms.
modified:
storage/innobase/fil/fil0fil.cc
3810 viswanatham gudipati 2012-05-10
Portability Testing for Linux of wl5980
added:
mysql-test/suite/innodb/r/InnoDB-wl5980-Linux.result
mysql-test/suite/innodb/t/InnoDB-wl5980-Linux.test
mysql-test/suite/innodb/t/Portability-WL5980-Linux.zip
=== modified file 'storage/innobase/fil/fil0fil.cc'
--- a/storage/innobase/fil/fil0fil.cc revid:viswanatham.gudipati@stripped
+++ b/storage/innobase/fil/fil0fil.cc revid:kevin.lewis@stripped
@@ -2968,7 +2968,6 @@ fil_open_linked_file(
{
ibool success;
- ulint err;
*remote_filepath = fil_read_link_file(tablename);
if (*remote_filepath == NULL) {
@@ -2994,7 +2993,7 @@ fil_open_linked_file(
char* link_filepath = fil_make_isl_name(tablename);
/* The following call prints an error message */
- err = os_file_get_last_error(TRUE);
+ os_file_get_last_error(TRUE);
ut_print_timestamp(stderr);
fputs(" InnoDB: Error: A link file was found named ",
No bundle (reason: useless for push emails).
| Thread |
|---|
| • bzr push into mysql-trunk branch (kevin.lewis:3810 to 3811) | kevin.lewis | 10 May |