mirror of
https://github.com/MariaDB/server.git
synced 2026-04-29 19:55:32 +02:00
extended perror to enable printing of storage engine specific errors for ndb
This commit is contained in:
parent
d90b362f1a
commit
5c1069614c
2 changed files with 24 additions and 2 deletions
|
|
@ -14,7 +14,7 @@
|
|||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
|
||||
INCLUDES = @MT_INCLUDES@ -I$(top_srcdir)/include
|
||||
INCLUDES = @MT_INCLUDES@ -I$(top_srcdir)/include @ndbcluster_includes@
|
||||
LDADD = @CLIENT_EXTRA_LDFLAGS@ ../mysys/libmysys.a \
|
||||
../dbug/libdbug.a ../strings/libmystrings.a
|
||||
bin_PROGRAMS = replace comp_err perror resolveip my_print_defaults \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue