summaryrefslogtreecommitdiff
path: root/mysql-test/t/func_group.test
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@montyprogram.com>2012-03-15 00:37:37 +0100
committerVladislav Vaintroub <wlad@montyprogram.com>2012-03-15 00:37:37 +0100
commitd110e0377dda1bb9f5a5c36745d3a6feb8e8a1d4 (patch)
treebd61f8e0207c7ec18376c21b89e4418879bea160 /mysql-test/t/func_group.test
parentc3c14a069b53968bbb47fda7adabd4947c272996 (diff)
downloadmariadb-git-d110e0377dda1bb9f5a5c36745d3a6feb8e8a1d4.tar.gz
Fix compile error - linker does not find extern variables, in sql_logger.c
The file uses external variables defined in another (C++) source file. Since MSVC mangles variables and not only functions, either variables in question should be extern "C", or sql_logger should be made C++ for link to succeed. Fixed by renaming sql_logger.c to sql_logger.cc
Diffstat (limited to 'mysql-test/t/func_group.test')
0 files changed, 0 insertions, 0 deletions