mirror of
https://github.com/MariaDB/server.git
synced 2026-05-02 21:25:36 +02:00
3321 Magnus Blåudd 2010-01-05
BUG#44840 - ndbapi compiler warning - type qualifier ignored for function return type
- Remove the "const"
- NOTE! This is an ABI incompatible change for some C++ compilers, NdbApi applications
using any of the four changed functions may need a recompile if it's using dynamic linking.
|
||
|---|---|---|
| .. | ||
| debugger | ||
| editline | ||
| kernel | ||
| logger | ||
| mgmapi | ||
| mgmcommon | ||
| ndbapi | ||
| newtonapi | ||
| portlib | ||
| transporter | ||
| util | ||
| Makefile.am | ||
| ndb_constants.h | ||
| ndb_global.h.in | ||
| ndb_init.h | ||
| ndb_net.h | ||
| ndb_types.h.in | ||
| ndb_version.h.in | ||