mirror of
https://github.com/MariaDB/server.git
synced 2026-04-25 01:35:31 +02:00
Changes in manual and client/Makefile.am
Docs/manual.texi: Updated some old information. client/Makefile.am: mysqlcheck added.
This commit is contained in:
parent
be25d9fcd7
commit
6e2cef95c5
2 changed files with 3 additions and 2 deletions
|
|
@ -2131,7 +2131,7 @@ because of bugs in @strong{MySQL}.
|
|||
@cindex retrieving, data
|
||||
@cindex data, ISAM table handler
|
||||
|
||||
@item The MyISAM table handler --- Gamma
|
||||
@item The MyISAM table handler --- Stable
|
||||
This is new in @strong{MySQL} Version 3.23. It's largely based on the ISAM
|
||||
table code but has a lot of new and very useful features.
|
||||
|
||||
|
|
|
|||
|
|
@ -21,13 +21,14 @@ INCLUDES = -I$(srcdir)/../include \
|
|||
-I..
|
||||
LIBS = @CLIENT_LIBS@
|
||||
LDADD = @CLIENT_EXTRA_LDFLAGS@ ../libmysql/libmysqlclient.la
|
||||
bin_PROGRAMS = mysql mysqladmin mysqlshow mysqldump mysqlimport mysqltest
|
||||
bin_PROGRAMS = mysql mysqladmin mysqlcheck mysqlshow mysqldump mysqlimport mysqltest
|
||||
noinst_PROGRAMS = insert_test select_test thread_test
|
||||
noinst_HEADERS = sql_string.h completion_hash.h my_readline.h
|
||||
mysql_SOURCES = mysql.cc readline.cc sql_string.cc completion_hash.cc
|
||||
mysql_LDADD = @readline_link@ @TERMCAP_LIB@ $(LDADD) $(CXXLDFLAGS)
|
||||
mysql_DEPENDENCIES= $(LIBRARIES) $(pkglib_LTLIBRARIES)
|
||||
mysqladmin_DEPENDENCIES= $(LIBRARIES) $(pkglib_LTLIBRARIES)
|
||||
mysqlcheck_DEPENDENCIES= $(LIBRARIES) $(pkglib_LTLIBRARIES)
|
||||
mysqlshow_DEPENDENCIES= $(LIBRARIES) $(pkglib_LTLIBRARIES)
|
||||
mysqldump_DEPENDENCIES= $(LIBRARIES) $(pkglib_LTLIBRARIES)
|
||||
mysqlimport_DEPENDENCIES= $(LIBRARIES) $(pkglib_LTLIBRARIES)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue