mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
client_test.cc -> client_test.c
tests/client_test.c: Moving client_test.c back to C: Stmt_fetch class was rewritten with structures.
This commit is contained in:
parent
bd5c6aca03
commit
0af9f9c96b
3 changed files with 69 additions and 90 deletions
|
|
@ -27,7 +27,7 @@ mysql_SOURCES = mysql.cc readline.cc completion_hash.cc \
|
|||
mysql_LDADD = @readline_link@ @TERMCAP_LIB@ $(LDADD)
|
||||
|
||||
client_test_LINK = $(CXXLINK)
|
||||
client_test_SOURCES = client_test.cc
|
||||
client_test_SOURCES = client_test.c
|
||||
|
||||
clean:
|
||||
rm -f $(client_sources)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue