| List: | Commits | « Previous MessageNext Message » | |
| From: | Jorgen Loland | Date: | December 14 2010 11:58am |
| Subject: | Re: bzr commit into mysql-next-mr-bugfixing branch (guilhem:3235) | ||
| View as plain text | |||
Hi Guilhem, Thank you for the patch. Approved. > @@ -1230,6 +1259,15 @@ private: > > > /** > + Helper to put the database/table name in the trace > + @param t TABLE* pointer > +*/ > +#define add_utf8_table(t) \ > + add_utf8("database", (t)->s->db.str, (t)->s->db.length). > \ > + add_utf8("table", (t)->alias) > + > + > +/** Good idea! -- Jørgen
| Thread | ||
|---|---|---|
| • Re: bzr commit into mysql-next-mr-bugfixing branch (guilhem:3235) | Jorgen Loland | 14 Dec |
