Commit 31bd60a3 authored by joerg@trift2.'s avatar joerg@trift2.
Browse files

Merge trift2.:/MySQL/M41/bug24023-4.1

into  trift2.:/MySQL/M41/clone-4.1
parents 73541fe8 f15d3d8a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4,4 +4,7 @@
 */
#ifdef DEFINE_CXA_PURE_VIRTUAL
extern "C" { int __cxa_pure_virtual() { return 0;} }
#else
/* Some compiler/linker combinations fail on files without exported symbols. */
extern "C" { int dummy_export_symbol() { return 0;} }
#endif