Hi Monty,
I found and fixed the row length bug, pushed to
lp:~knielsen/drizzle/innodb-plugin-fix.
It was a bit harder to find than it looks ;-)
=== modified file 'storage/innobase/drizzle/ha_innodb.cc'
--- storage/innobase/drizzle/ha_innodb.cc 2008-10-25 06:24:15 +0000
+++ storage/innobase/drizzle/ha_innodb.cc 2008-10-26 16:44:29 +0000
@@ -4081,6 +4081,7 @@
}
ufield->exp = NULL;
+ ufield->orig_len = 0;
ufield->field_no = dict_col_get_clust_pos(
&prebuilt->table->cols[innodb_idx],
clust_index);
n_changed++;
There are still a few other test failures left it seems, but I am not sure
what your status is on them. Let me know if you want me to take a look.
- Kristian.
_______________________________________________
Mailing list: https://launchpad.net/~drizzle-discuss
Post to : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-discuss
More help : https://help.launchpad.net/ListHelp