mirror of
https://github.com/MariaDB/server.git
synced 2026-05-03 13:45:34 +02:00
MDEV-4020 : Make sure strmov symbol is exported by client library on Linux (even if the server and libraries itself use stpcpy instead of it)
It is a workaround that allows myodbc built by certain distributions' (CentOS,Fedora) to peacefully coexist with mariadb client libraries. The problem is that MyODBC in these distros needs strmov() to be exported by mysql client shared library, or else myodbc fails to load.
This commit is contained in:
parent
4f67a14700
commit
d8acafcbf2
1 changed files with 0 additions and 6 deletions
|
|
@ -34,10 +34,6 @@
|
|||
into dst, which seems useful.
|
||||
*/
|
||||
|
||||
#include "strings_def.h"
|
||||
|
||||
#ifndef strmov
|
||||
|
||||
#if !defined(MC68000) && !defined(DS90)
|
||||
|
||||
char *strmov(register char *dst, register const char *src)
|
||||
|
|
@ -60,5 +56,3 @@ char *strmov(dst, src)
|
|||
}
|
||||
|
||||
#endif
|
||||
|
||||
#endif /* strmov */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue