|
|
Sponsor |
bk commit into 4.1 tree (kp:1.1600): msg#00306db.mysql.devel
Below is the list of changes that have just been committed into a local 4.1 repository of kp. When kp 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://www.mysql.com/doc/I/n/Installing_source_tree.html ChangeSet 1.1600 03/11/27 13:28:16 kp@blr-techserv.(none) +1 -0 NetWare changes for compilation error sql/sql_bitmap.h 1.5 03/11/27 13:27:27 kp@blr-techserv.(none) +8 -1 NetWare changes for compilation error # 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: kp # Host: blr-techserv.(none) # Root: /home/kp/blr-engrlinux/bk/mysql-4.1_2711 --- 1.4/sql/sql_bitmap.h Fri Nov 21 21:46:17 2003 +++ 1.5/sql/sql_bitmap.h Thu Nov 27 13:27:27 2003 @@ -91,7 +91,14 @@ ulonglong map; public: Bitmap<64>() { } - explicit Bitmap<64>(uint prefix_to_set) { set_prefix(prefix_to_set); } +#if defined(__NETWARE__) + /*Metwork compiler gives error on Bitmap<64> + * So changed to Bitmap, since in this case also it will proper constructor + * of this class only */ + explicit Bitmap(uint prefix_to_set) { set_prefix(prefix_to_set); } +#else + explicit Bitmap<64>(uint prefix_to_set) { set_prefix(prefix_to_set); } +#endif void init() { } void init(uint prefix_to_set) { set_prefix(prefix_to_set); } uint length() const { return 64; } -- MySQL Internals Mailing List For list archives: http://lists.mysql.com/internals To unsubscribe: http://lists.mysql.com/internals?unsub=gcdmd-internals@xxxxxxxxxxx
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | bk commit into 4.1 tree (bell:1.1629), sanja |
|---|---|
| Next by Date: | bk commit into 3.23 tree (1.1426), Sergei Golubchik |
| Previous by Thread: | bk commit into 4.1 tree (kp:1.1600), gkrishna |
| Next by Thread: | bk commit - mysqldoc tree (Administrator:1.1017), stefan |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |
Home | sitemap
| advertise | OSDir is
an inevitable website.
|