summaryrefslogtreecommitdiff
path: root/include/mysql_com.h
diff options
context:
space:
mode:
authormonty@mysql.com <>2005-02-28 12:18:39 +0200
committermonty@mysql.com <>2005-02-28 12:18:39 +0200
commit3839e443a4fc031c183434558bc0588639707b36 (patch)
treef466a4f954ca82d8aae5e4d3ab0a985e7fdce2f7 /include/mysql_com.h
parent21ca91aac6ed60571e9ccfe3af02c6bc32acd1f7 (diff)
parentab11370de686d656f34cedab2b06f35b3e84a315 (diff)
downloadmariadb-git-3839e443a4fc031c183434558bc0588639707b36.tar.gz
merge with 4.1
Diffstat (limited to 'include/mysql_com.h')
-rw-r--r--include/mysql_com.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mysql_com.h b/include/mysql_com.h
index 3165ca4c4c3..4f488b57134 100644
--- a/include/mysql_com.h
+++ b/include/mysql_com.h
@@ -147,6 +147,7 @@ enum enum_server_command
COM_FETCH command.
*/
#define SERVER_STATUS_LAST_ROW_SENT 128
+#define SERVER_STATUS_DB_DROPPED 256 /* A database was dropped */
#define MYSQL_ERRMSG_SIZE 512
#define NET_READ_TIMEOUT 30 /* Timeout on read */