mariadb/client
Michael Widenius f77e2692dc Added client functions:
- mysql_get_server_name()
  This returns MySQL or MariaDB depending on the server type
- mariadb_connection()
  This returns 1 if you are connected to a MariaDB server

Modifed the MySQL command line client to print out if you are connected to MariaDB or MySQL
Better default prompt (shows server you are connected to and base directory)

client/mysql.cc:
  Print out if you are connected to MariaDB or MySQL
  Better default prompt (shows server you are connected to and base directory)
  Added option \N to prompt to print server name.
configure.in:
  Changed maria to MariaDB in version string
include/mysql.h:
  Added mysql_get_server_name() and mariadb_connection()
include/mysql.h.pp:
  Update for new API functions
libmysql/libmysql.c:
  Added client functions:
  - mysql_get_server_name()
    This returns MySQL or MariaDB depending on the server type
  - mariadb_connection()
    This returns 1 if you are connected to a MariaDB server
2009-10-02 13:36:28 +03:00
..
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
client_priv.h Fixes for bug#37276: 2008-07-09 16:09:30 +03:00
CMakeLists.txt Bug #38181 Please print more debug info when tests fail 2008-08-04 21:54:44 +02:00
completion_hash.cc WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
completion_hash.h my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
echo.c echo.c: 2007-03-20 18:31:49 +01:00
get_password.c fixes for build failures due to my yesterday's changeset forbidding 2008-02-19 18:45:11 +01:00
Makefile.am Auto-merge 2009-07-31 15:28:15 -04:00
my_readline.h Manual merge. 2009-03-18 11:27:49 +03:00
mysql.cc Added client functions: 2009-10-02 13:36:28 +03:00
mysql_upgrade.c Bug #45287: phase 2 : 5.0 64 bit compilation warnings 2009-07-16 15:37:38 +03:00
mysqladmin.cc Merge MySQL->MariaDB 2009-09-08 00:50:10 +04:00
mysqlbinlog.cc Fix most Compiler warnings seen in buildbot. 2009-09-03 15:20:22 +02:00
mysqlcheck.c Merge in bug fixes for client tools 2009-07-14 10:08:38 -07:00
mysqldump.c Additional post-commit fix (bug #30946): server version 2009-08-04 00:22:28 +05:00
mysqlimport.c Merge in bug fixes for client tools 2009-07-14 10:08:38 -07:00
mysqlshow.c Fix compilation failures: get rid of C++ specifics in C-code. 2009-06-03 15:18:12 +04:00
mysqlslap.c Merge MySQL-5.1.38 and XtraDB-7 into MariaDB. 2009-09-25 10:56:53 +02:00
mysqltest.cc Merge MySQL->MariaDB 2009-09-08 00:50:10 +04:00
readline.cc Manual merge. 2009-03-18 11:27:49 +03:00
sql_string.cc auto-merge 2009-03-19 09:44:58 -04:00
sql_string.h Fixed compiler warnings 2007-02-23 13:13:55 +02:00