1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-28 13:01:41 +03:00
unknown dd126ba1a5 Part of fix for bug #6081 "Call to deprecated mysql_create_db() function
crashes server"

(in 4.0 we fix only connection stalling in case of error, crash itself is
fixed in 4.1, the test case for this code is also there).


sql/sql_parse.cc:
  Handling of COM_CREATE_DB, COM_DROP_DB:
  We should call send_error() if mysql_create_db or mysql_drop_db
  return error (like we do it for SQL versions of these commands).
2004-10-22 19:27:43 +04:00
..
2004-09-02 18:12:05 -05:00
2003-07-01 14:38:38 +03:00
2003-12-30 13:14:21 +02:00
2004-06-25 12:59:47 +02:00
2003-04-23 21:52:16 +03:00
2003-12-30 13:14:21 +02:00
2003-12-30 13:14:21 +02:00
2003-12-30 13:14:21 +02:00
2003-12-30 13:14:21 +02:00
2003-12-30 13:14:21 +02:00
2003-12-30 13:14:21 +02:00
2004-03-27 00:35:45 +04:00
2003-01-28 08:38:28 +02:00
2003-06-11 20:09:37 +05:00
2003-08-20 16:25:44 +03:00
2004-01-19 23:44:39 +01:00
2003-12-16 13:20:17 +02:00
2003-01-28 08:38:28 +02:00
2004-10-20 16:04:28 +03:00
2004-02-21 14:25:43 +01:00
2004-03-25 22:05:09 +02:00
2004-08-11 23:24:36 +01:00
2004-10-20 16:04:28 +03:00
2003-12-30 13:14:21 +02:00
2003-04-23 21:52:16 +03:00
2004-08-28 00:49:54 +03:00
2003-12-02 21:05:40 +03:00
2003-10-29 14:23:35 +01:00