diff options
author | unknown <dkatz@damien-katzs-computer.local> | 2007-07-16 14:53:05 -0400 |
---|---|---|
committer | unknown <dkatz@damien-katzs-computer.local> | 2007-07-16 14:53:05 -0400 |
commit | 499a8cfe2d39249155420721e7370d9c33f5bb06 (patch) | |
tree | ae6011049845b705082b3dbb8bdb41958fab225f /tests/insert_and_repair.pl | |
parent | e641addf78e390fe2ca7aa62712b107a6950d677 (diff) | |
download | mariadb-git-499a8cfe2d39249155420721e7370d9c33f5bb06.tar.gz |
Bug #29692 Single row inserts can incorrectly report a huge number of row insertions
This bug was caused by unitialized value that was the result of a bad 5.0 merge.
sql/sql_class.h:
Readded comments lost in a bad merge.
sql/sql_insert.cc:
Fixed code to completely initialize (zero) the "COPY_INFO info" var in the same manner as the delayed write code.
Readded a change that was lost in a bad merge.
tests/mysql_client_test.c:
Test case added for bug#29692.
Diffstat (limited to 'tests/insert_and_repair.pl')
0 files changed, 0 insertions, 0 deletions