diff options
author | unknown <monty@mysql.com> | 2006-06-06 13:40:15 +0300 |
---|---|---|
committer | unknown <monty@mysql.com> | 2006-06-06 13:40:15 +0300 |
commit | 0b870cc18e552dab5f33174c583b8af01f24ba9d (patch) | |
tree | 82b49880f9090718cbf70c31cf25208586902565 /sql/handler.cc | |
parent | 2017107969f25998c2e0970b6bbe3749ef9ea244 (diff) | |
download | mariadb-git-0b870cc18e552dab5f33174c583b8af01f24ba9d.tar.gz |
Manually reapplied msvenssons changes to new BK tree:
Add definition of YASSL_PREFIX to Cmake file
Change "and" to "&&"
Remove the "static" directive SunCC can't use the function
extra/yassl/CMakeLists.txt:
Add definition of YASSL_PREFIX to Cmake file
sql/filesort.cc:
Change "and" to "&&"
sql/handler.cc:
Remove the "static" directive SunCC can't use the function
Diffstat (limited to 'sql/handler.cc')
-rw-r--r-- | sql/handler.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/handler.cc b/sql/handler.cc index 9bb051dac30..81c42f9da15 100644 --- a/sql/handler.cc +++ b/sql/handler.cc @@ -3172,7 +3172,7 @@ namespace { return res != 0 ? res : strcmp(x->name, y->name); } - static bool check_table_binlog_row_based(THD *thd, TABLE *table) + bool check_table_binlog_row_based(THD *thd, TABLE *table) { static st_table_data const ignore[] = { { "mysql", "event" }, |