Bug #1440 | Redundant class name confusing hpux compiler | ||
---|---|---|---|
Submitted: | 30 Sep 2003 8:12 | Modified: | 16 Oct 2003 7:20 |
Reporter: | Lenz Grimmer | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Compiling | Severity: | S2 (Serious) |
Version: | OS: | ||
Assigned to: | Antony Curtis | CPU Architecture: | Any |
[30 Sep 2003 8:12]
Lenz Grimmer
[16 Oct 2003 1:35]
Antony Curtis
# 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: acurtis # Host: pcgem.rdg.cyberkinetica.com # Root: /usr/home/acurtis/work/wl1440 --- 1.92/sql/item.h Mon Oct 6 18:52:41 2003 +++ 1.93/sql/item.h Wed Oct 15 22:28:12 2003 @@ -322,7 +322,7 @@ bool long_data_supplied; uint pos_in_query; - Item_param::Item_param(uint position) + Item_param(uint position) { name= (char*) "?"; pos_in_query= position; --- 1.261/BitKeeper/etc/logging_ok Tue Oct 7 12:09:30 2003 +++ 1.262/BitKeeper/etc/logging_ok Wed Oct 15 22:28:53 2003 @@ -5,6 +5,7 @@ Miguel@light.local Sinisa@sinisa.nasamreza.org WAX@sergbook.mysql.com +acurtis@pcgem.rdg.cyberkinetica.com administrador@light.hegel.local ahlentz@co3064164-a.rochd1.qld.optusnet.com.au akishkin@work.mysql.com
[16 Oct 2003 7:01]
Lenz Grimmer
Antony, thanks for the patch - please push it into 4.1 ASAP (Serg approved it)
[16 Oct 2003 7:20]
Lenz Grimmer
Thank you for your bug report. This issue has been committed to our source repository of that product and will be incorporated into the next release. If necessary, you can access the source repository and build the latest available version, including the bugfix, yourself. More information about accessing the source trees is available at http://www.mysql.com/doc/en/Installing_source_tree.html