summaryrefslogtreecommitdiff
path: root/storage/connect/myconn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'storage/connect/myconn.cpp')
-rw-r--r--storage/connect/myconn.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/connect/myconn.cpp b/storage/connect/myconn.cpp
index 2e270368916..fdf107fe224 100644
--- a/storage/connect/myconn.cpp
+++ b/storage/connect/myconn.cpp
@@ -642,7 +642,7 @@ int MYSQLC::PrepareSQL(PGLOBAL g, const char *stmt)
int MYSQLC::BindParams(PGLOBAL g, MYSQL_BIND *bind)
{
if (!m_DB) {
- strcpy(g->Message, "MySQL not connected");
+ strcpy(g->Message, "MariaDB not connected");
return RC_FX;
} else
assert(m_Stmt);