diff options
author | unknown <timour@mysql.com> | 2004-11-18 11:24:18 +0200 |
---|---|---|
committer | unknown <timour@mysql.com> | 2004-11-18 11:24:18 +0200 |
commit | 7d8f33eaf7c58cab4be033ab7da2c66f50ad9b9b (patch) | |
tree | 955fa868c0e3e4cd4e2c84f4c3352660cf51efdc /.bzrignore | |
parent | 7f5be1b65460bea40661bbeefe209831b528c67d (diff) | |
download | mariadb-git-7d8f33eaf7c58cab4be033ab7da2c66f50ad9b9b.tar.gz |
Fixed one warning and two errors reported by VC 6.0.
BitKeeper/etc/ignore:
Added ndb/tools/ndb_restore to the ignore list
sql/item.cc:
Fixed VC 6.0 warning:
mysql-5.0.2-alpha\sql\item.cpp(1729) : warning C4715: 'resolve_ref_in_select_and_group' : not all control paths return a value
sql/opt_range.cc:
Fixed VC 6.0 errors:
ERROR # 4: mysql-5.0.2-alpha\sql\opt_range.cpp(8070) : error C2664: 'key_cmp' : cannot convert parameter 2 from 'char *' to 'const unsigned char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
ERROR # 5: mysql-5.0.2-alpha\sql\opt_range.cpp(8196) : error C2664: 'key_cmp' : cannot convert parameter 2 from 'char *' to 'const unsigned char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index 90cf63c1379..d704da6261d 100644 --- a/.bzrignore +++ b/.bzrignore @@ -960,3 +960,4 @@ vio/test-sslclient vio/test-sslserver vio/viotest-ssl ac_available_languages_fragment +ndb/tools/ndb_restore |