Commit 952af0ac authored by unknown's avatar unknown

Merge mysql.com:/usr/local/mysql/mysql-mawk

into  mysql.com:/usr/local/mysql/mysql-5.1-new


storage/bdb/dist/gen_rec.awk:
  Auto merged
parents 4b76283e ce52a6b2
......@@ -181,7 +181,7 @@ BEGIN {
t = types[i];
if (modes[i] == "POINTER") {
ndx = index(t, "*");
t = substr(types[i], 0, ndx - 2);
t = substr(types[i], 1, ndx - 2);
}
printf("\t%s\t%s;\n", t, vars[i]) >> HFILE
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment