diff options
author | unknown <svoj@mysql.com/june.mysql.com> | 2008-03-20 11:40:26 +0400 |
---|---|---|
committer | unknown <svoj@mysql.com/june.mysql.com> | 2008-03-20 11:40:26 +0400 |
commit | 95023bb9b0702cc9e080d67ab79cf56d2c12fd97 (patch) | |
tree | 73b45a1bdbdf604baae026af826bd588178760a3 /.cvsignore | |
parent | ca629f8618f16d669e835b76f4ed5393beb640e6 (diff) | |
download | mariadb-git-95023bb9b0702cc9e080d67ab79cf56d2c12fd97.tar.gz |
BUG#34790 - 'create server' doesn't handle out of memory scenario
well enough
CREATE SERVER may cause server crash if there is not enough memory
to execute this operation.
Fixed that create_server() and prepare_server_struct_for_insert()
didn't check return value of functions that allocate memory.
As this is out of memory issue fix, not test case available.
sql/sql_servers.cc:
Fixed that create_server() and prepare_server_struct_for_insert()
didn't check return value of functions that allocate memory.
Diffstat (limited to '.cvsignore')
0 files changed, 0 insertions, 0 deletions