diff options
author | Michael Widenius <monty@askmonty.org> | 2012-02-21 01:58:50 +0200 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2012-02-21 01:58:50 +0200 |
commit | 15c5a2686f6367d5a280813ad96ef86bd0ee0fc0 (patch) | |
tree | a1e008c4e92b63efa9cea54ed5ab837fa2b7e229 /sql/CMakeLists.txt | |
parent | 84a3767c1912c34e79cde72a51e4cf69d235587e (diff) | |
parent | 522b289607ce10ff3e44fdf8035ae1c29bffe4f4 (diff) | |
download | mariadb-git-15c5a2686f6367d5a280813ad96ef86bd0ee0fc0.tar.gz |
Merge with MariaDB 5.2
Diffstat (limited to 'sql/CMakeLists.txt')
-rw-r--r-- | sql/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/CMakeLists.txt b/sql/CMakeLists.txt index 4354bfc60fb..f4776f8f7df 100644 --- a/sql/CMakeLists.txt +++ b/sql/CMakeLists.txt @@ -69,6 +69,7 @@ SET (SQL_SOURCE sql_map.cc sql_parse.cc sql_partition.cc sql_plugin.cc sql_prepare.cc sql_rename.cc debug_sync.cc debug_sync.h + signal_handler.cc sql_repl.cc sql_select.cc sql_show.cc sql_state.c sql_string.cc sql_table.cc sql_test.cc sql_trigger.cc sql_udf.cc sql_union.cc sql_update.cc sql_view.cc strfunc.cc table.cc thr_malloc.cc |