1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-01 08:45:04 +03:00
Sergey Glukhov 02aaff1b34 Bug#36638 mysqld crashes when open file limit is passed and general query log enabled
The problem:
CSV storage engine open function returns success even
thought it failed to open the data file
The fix:
return error
Additional fixes:
added MY_WME to my_open to avoid mysterious error message
free share struct if open the file was unsuccessful


mysql-test/r/csv.result:
  test result
mysql-test/t/csv.test:
  test case
storage/csv/ha_tina.cc:
  The problem:
  CSV storage engine open function returns success even
  thought it failed to open the data file
  The fix:
  return error
  Additional fixes:
  added MY_WME to my_open to avoid mysterious error message
  free share struct if open the file was unsuccessful
2008-08-15 11:53:54 +05:00
..
2008-07-18 15:00:45 +03:00
2008-03-17 14:26:00 +03:00
2008-07-22 19:00:27 +02:00
2007-11-01 12:30:03 -07:00
2007-11-24 15:02:29 +04:00
2008-04-30 14:49:37 +02:00
2007-11-02 13:40:34 +03:00
2008-07-21 11:20:03 +02:00
2008-04-22 21:49:39 -07:00
2007-11-20 20:15:20 +04:00
2008-02-25 21:18:50 +01:00
2008-02-25 21:18:50 +01:00
2008-01-25 16:05:15 -08:00
2008-04-08 20:01:20 +04:00
2008-07-03 23:41:22 +04:00
2008-04-02 00:43:17 +02:00
2007-09-24 12:42:44 +02:00
2008-07-03 23:41:22 +04:00
2008-05-21 17:34:14 +02:00
2008-07-07 11:43:56 +03:00
2008-07-15 18:43:25 +02:00
2008-07-15 18:43:25 +02:00
2008-04-08 20:01:20 +04:00
2008-03-14 20:51:32 +01:00
2008-06-27 20:56:41 +05:00