1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fix broken windows distribution workspace file (libmysql.dsp), which is causing VC IDE to crash while loading

Remove ctype_latin1_de.c from respective dsp files
Fix to make_win_src_distribution.sh to delete all newly added IS Bitkeeper files
This commit is contained in:
venu@myvenu.com
2003-04-16 11:49:52 -07:00
parent 5cdcbb5782
commit 077d7e81c8
9 changed files with 30 additions and 32 deletions

View File

@ -283,7 +283,6 @@ void field_str::add()
char buff[MAX_FIELD_WIDTH], *ptr;
String s(buff, sizeof(buff),&my_charset_bin), *res;
ulong length;
TREE_ELEMENT *element;
if (!(res = item->val_str(&s)))
{