• Michael Widenius's avatar
    Added client functions: · f77e2692
    Michael Widenius authored
    - 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
    f77e2692
mysql.h.pp 23.3 KB