diff options
author | Venkata Sidagam <venkata.sidagam@oracle.com> | 2012-07-27 12:05:37 +0530 |
---|---|---|
committer | Venkata Sidagam <venkata.sidagam@oracle.com> | 2012-07-27 12:05:37 +0530 |
commit | e130d9efbfe7c6231d8912fadb329f279b5787da (patch) | |
tree | 6b35a81e88cd4bf9b6a7988465b0d054c552fd5f /mysql-test | |
parent | 44cd81da86e41c6ac7114ef8dbd31c738eba095d (diff) | |
download | mariadb-git-e130d9efbfe7c6231d8912fadb329f279b5787da.tar.gz |
Bug #12876932 - INCORRECT SELECT RESULT ON FEDERATED TABLE
Fixed the missing of federated/include folder at the time
of preparing package distribution, issue happens only in 5.1
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/Makefile.am b/mysql-test/Makefile.am index e5783d33a88..9d61aa98764 100644 --- a/mysql-test/Makefile.am +++ b/mysql-test/Makefile.am @@ -81,6 +81,7 @@ TEST_DIRS = t r include std_data std_data/parts collections \ extra/binlog_tests/ extra/rpl_tests \ suite/binlog suite/binlog/t suite/binlog/r suite/binlog/std_data \ suite/federated \ + suite/federated/include \ suite/funcs_1 suite/funcs_1/bitdata \ suite/funcs_1/include suite/funcs_1/lib suite/funcs_1/r \ suite/funcs_1/t suite/funcs_1/views suite/funcs_1/cursors \ |