diff options
author | Narayanan V <v.narayanan@sun.com> | 2009-04-10 13:01:15 +0530 |
---|---|---|
committer | Narayanan V <v.narayanan@sun.com> | 2009-04-10 13:01:15 +0530 |
commit | 63e2b7dd081661ed205278a4516ce5fb40f0bbdb (patch) | |
tree | 7d2d642a41f9c36b72563d3db1d7129f99bce749 /storage/archive | |
parent | 214bd5a121058dfb31237c5326ad28b8c5f8eea3 (diff) | |
download | mariadb-git-63e2b7dd081661ed205278a4516ce5fb40f0bbdb.tar.gz |
Bug#44022 CREATE TABLE sometimes fails silently for IBMDB2I engine
In some circumstances, when a table is created with
the IBMDB2I engine, the CREATE TABLE statement will
return successfully but the table will not exist.
The current patch addresses the above issue and causes
CREATE to fail and report and error to the user.
storage/ibmdb2i/ha_ibmdb2i.cc:
Locally declared return code hid function-
scoped declaration and went out of scope
before being returned. Removed inner
declaration.
Diffstat (limited to 'storage/archive')
0 files changed, 0 insertions, 0 deletions