Below is the list of changes that have just been committed into a local
5.0 repository of heikki. When heikki does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet
1.1842 05/05/17 21:47:28 heikki@stripped +1 -0
ha_innodb.cc:
Fix bug #10359 : remove extra code
sql/ha_innodb.cc
1.209 05/05/17 21:47:10 heikki@stripped +0 -6
Fix bug #10359 : remove extra code
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: heikki
# Host: hundin.mysql.fi
# Root: /home/heikki/mysql-5.0
--- 1.208/sql/ha_innodb.cc Tue May 17 21:41:10 2005
+++ 1.209/sql/ha_innodb.cc Tue May 17 21:47:10 2005
@@ -3217,12 +3217,6 @@
/* This call will update the counter according to the
value that was inserted in the table */
- if (error != DB_SUCCESS) {
- error = convert_error_code_to_mysql(error,
- user_thd);
- goto func_exit;
- }
-
dict_table_autoinc_update(prebuilt->table, auto_inc);
}
}
| Thread |
|---|
| • bk commit into 5.0 tree (heikki:1.1842) BUG#10359 | Heikki Tuuri | 17 May |