Re: MySQL clients hang when network to server is disrupted!

2002-03-21 Thread Sinisa Milivojevic
ad and write timeouts on the server. For all other cases, network read and write timeouts will have to be established on the client side too. -- Regards, -- For technical support contracts, go to https://order.mysql.com/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinis

Re: EXPLAIN feature request

2002-03-20 Thread Sinisa Milivojevic
[EMAIL PROTECTED] > Hi! This is of course doable, but EXPLAIN will be more accurate if all tables involved were ANALYZE'd ... -- Regards, __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_

Re: URGENT: Update Error with MySQL++

2002-03-20 Thread Sinisa Milivojevic
oyee set children = 3 where id = 9"; > query.execute(); > > The above code throws an exception everytime. What am I doing wrong? > Thanks. > > > Thi > Don't use streams for commands that do not return result sets. Use exec() method instead. -- Regards, __ ___

Re: MySQL on netware

2002-03-19 Thread Sinisa Milivojevic
quite cognizant of the NetWare thread library, if there is such a thing at all. Also, please use our 4.0.* tree for porting. If you encounter problems, please write to [EMAIL PROTECTED] -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECT

Re: MYSQL: converting MysqlColData to char

2002-03-19 Thread Sinisa Milivojevic
row_data() method (cgi_image.cc). -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus

Re: AIX binary distribution bug

2002-03-19 Thread Sinisa Milivojevic
r.o is not found in archive > Hi! This is a known problem and will be fixed in 3.23.50 which should be out in two weeks. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/

Re: mysql++ patch for GCC 3

2002-03-18 Thread Sinisa Milivojevic
Vladimir Smelyansky writes: > I tried the patch and it still failed. Sorry for long post, but hope it > may help. > > Thank you. > > Vlad. > Try adding : std::out_of_range ... -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinis

Re: how to install it properly

2002-03-16 Thread Sinisa Milivojevic
gt; THANXS Just follow instructions in README in borland subdir. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/

Re: Bad pthreads detection on Tru64 5.1a

2002-03-16 Thread Sinisa Milivojevic
-lexc" > #with_named_thread="-lpthread -lmach -lexc -lc" > + CFLAGS="$CFLAGS -D_REENTRANT" > + CXXFLAGS="$CXXFLAGS -D_REENTRANT" > AC_DEFINE(HAVE_DEC_THREADS) > AC_MSG_RESULT("yes")

Re: cannot create Tables with MysqlGUI 1.7.5

2002-03-16 Thread Sinisa Milivojevic
QLGUI does not have that feature. You may use CREATE TABLE statement though... -- Regards, __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___

Re: mysql++ patch for GCC 3

2002-03-16 Thread Sinisa Milivojevic
Try a GNU 3 patch from MySQL++ page. If that one fails, let me know. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca,

RE: MySQL++ dll linkage warnings

2002-03-15 Thread Sinisa Milivojevic
All you have to do is change settings in VC++, but I truly do not know which. Probably our own string routines are conflicting with VC++. But I can not help you on VC++. If those are just warnings, disregard them. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinis

Re: MySQL++ dll linkage warnings

2002-03-15 Thread Sinisa Milivojevic
dll linkage. dllexport assumed. > c:\mysql++\sqlplus\convert1.hh(41) : warning C4273: 'strtoul' : inconsistent > dll linkage. dllexport assumed. > > Thanks. > > Thi You are not using libmysqlclient.dll from 3.23 version of MySQL.> -- Regards, __ ___

Re: MYSQL,Linux & large threads number

2002-03-15 Thread Sinisa Milivojevic
applied. Also please try adaptive mutex. How to set it, take a look at mysys/my_thr_init.c. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Develop

Re: mysql++ patch for GCC 3

2002-03-15 Thread Sinisa Milivojevic
directly, so that you can try it. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus

Re: manip.cc

2002-03-15 Thread Sinisa Milivojevic
. > p > Hi! I will be soon uploading a new patch for GNU 3, which will fix the remaining errors. They are all, BTW, related to std:: ... -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> /

Re: [bug] MySQLGUI 1.7.5-1 crash with "year" column type

2002-03-14 Thread Sinisa Milivojevic
annoyance. > - Alex Vandiver > > -- > Networking -- only one letter away from not working. > Hi! Yes, this problem is known but is solved in the last version. Please download the latest binary for your OS. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/

Re: Error running scripts/mysql_install_db While installing AIX binaries

2002-03-13 Thread Sinisa Milivojevic
0509-150 Dependent module /usr/local/lib/libz.a(shr.o) could not be loaded. > 0509-152 Member shr.o is not found in archive > Installation of grant tables failed! > Hi! Yes, this is a known problem and will be fixed in 3.23.50, which should be out in 2 weeks. -- Regar

Re: mysql under FreeBSD 4.5 HEADSUP

2002-03-13 Thread Sinisa Milivojevic
You are always welcome ... ;o) -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus <___/ www.mysql.com ---

Re: MySQL++ samples are not working?

2002-03-13 Thread Sinisa Milivojevic
Specialized SQL structs do not yet work with VC++. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca,

Re: MySQL++ samples are not working?

2002-03-12 Thread Sinisa Milivojevic
it is giving run time error. Also there is no > help on execute(). > > Thanks, > Radha > You must escape your strings that contain quotes. What compiler do yo uuse ?? -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic &

Re: Losing connection during a REPAIR TABLE

2002-03-12 Thread Sinisa Milivojevic
the same problems with our latest 3.23 binary. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\

Re: Running a script using MySQL++

2002-03-12 Thread Sinisa Milivojevic
ur assistance. > > > Thi > Hi! MySQL++ is C++ API and it can not run scripts. The above string should contain a valid SQL command. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivo

Re: Bug in MySQL privilege system?

2002-03-12 Thread Sinisa Milivojevic
g, but neither in the MySQL documentation nor in Paul Dubois' > book is stated which privileges are needed for "LOCK TABLE". Hi! I tested your case on the last version of 4.0.2 and it works fine. I looked at code and saw that now it is only SELECT, UPDATE, INSERT and DELETE priv

Re: MySQL++ samples are not working?

2002-03-12 Thread Sinisa Milivojevic
* BC++ 5.* -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus <__

Re: mysql + ext3 + data=journal ?

2002-03-11 Thread Sinisa Milivojevic
3.23.47-max: up 32 days, processed 1,042,867,093 queries (374/sec. avg) > Both !! But it is much slower for me then Reiser ... -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /

Re: MYSQLGUI 1.7.5

2002-03-11 Thread Sinisa Milivojevic
date? > > grtz > > Martin van Dijken > > hi! We have a new client, MyCC, please check it out ... -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer

Re: bug: segfaults with mysql_read_default_group!

2002-03-11 Thread Sinisa Milivojevic
Christian Hammers writes: > On Mon, Mar 11, 2002 at 04:11:08PM +0200, Sinisa Milivojevic wrote: > > > There is a problem with the myslq_read_default_group function! > > > It's DBI 1.21, DBD::MySQL 1.2216 and mysql-3.23.49, compiled on the very > > > la

Re: bug: segfaults with mysql_read_default_group!

2002-03-11 Thread Sinisa Milivojevic
in mysqlhotcopy This is the only code that I found in latest version of this program that has anything to do with options : my $dbh = DBI->connect("dbi:mysql:$dsn;mysql_read_default_group=mysqlhotcopy", $opt{user}, $opt{password}, -- Regards, __ ___ _

Re: MySQL GUI

2002-03-11 Thread Sinisa Milivojevic
possible to build MySQLGUI on OSX. Download latest faltk 1.1 and build that one first. Then download other necessary FLTK widgets (see our mysqlgui page) and proceed. After you finish that, building mysqlgui should be rather easy. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __

Re: Why v3.23.49 does not build on RedHat 6.2 ?????

2002-03-09 Thread Sinisa Milivojevic
911 (%build) > Hi! I can only repeat what Matt Wagner said. If you are using GNU compiler, we recommend either 2.95.* or 3.* series. Better still, use our binaries. Noone knows better then us how to build proper MySQL binaries. -- Regards, __ ___ ___ __ / |/

Re: Problem with object Query under mysql++-1.7.9

2002-03-08 Thread Sinisa Milivojevic
r the aid. > > Erminio Riezzo. > > Hi! If I understand you correctly, you have applied a patch for GNU 3.* to mysql++ and you still have problems ?? What problems ??? And what payment ?? -- Regards, __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ /

Re: core dump in clients in MYSQL 3.23.49 using groups

2002-03-06 Thread Sinisa Milivojevic
switch (find_type(*option+2,&option_types,2)) { case 1: /* port */ -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_

Re: Bug with heap table ??

2002-03-06 Thread Sinisa Milivojevic
DBUG_RETURN(my_errno=HA_ERR_WRONG_INDEX); -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus <___/ www.my

Re: Patch for compiling mysql++-1.7.9 with gcc-3.0.3

2002-03-06 Thread Sinisa Milivojevic
gt; You can help me? Thanks in advance payment. > > Erminio Riezzo. > > Hi! What payment ?? Simply cd to a directory above mysql++... (freshly untarred) and type : patch -p1 < mysql++ -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/

Re: [Re: LOAD DATA LOCAL INFILE in Alpha 3.23.49]]

2002-03-05 Thread Sinisa Milivojevic
E by default if configured with - --with-enabled-local-inflile + --enable-local-infile */ #ifdef ENABLED_LOCAL_INFILE mysql->options.client_flag|= CLIENT_LOCAL_FILES; -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic

Re: Bug with multi-table DELETE

2002-03-05 Thread Sinisa Milivojevic
#x27;. Try to repair > it Hi! Are you using 4.0.1 ??? If that is so, then the above bug was fixed and will appear in 4.0.2. 4.0.2 should be release in two weeks. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]&g

Re: Never enabled LOCAL_INFILE

2002-03-05 Thread Sinisa Milivojevic
f. If it is not secret, what are you using MySQL for at Fuji Film ?? -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/

Re: LOAD DATA LOCAL INFILE in Alpha 3.23.49]

2002-03-05 Thread Sinisa Milivojevic
ile is not a variable. Therefore, you either start a server with --local-infile or have in your /etc/my.cnf : [mysqld] local-infile -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ M

Re: SQL_BUFFER_RESULT and SQL_CALC_FOUND_ROWS in same SELECT broken

2002-03-05 Thread Sinisa Milivojevic
in_readinfo(&join, --- 547,553 need_tmp= (join.const_tables != join.tables && ((select_distinct || !simple_order || !simple_group) || ! (group && order) || buffer_result)); // No cache for MATCH make_join_readinfo(&join, -- Regard

Re: Problem with mysql++ under Tru64 Unix

2002-03-04 Thread Sinisa Milivojevic
compiler ?? In any case, run automake (ignore warnings), autoconf, configure and then GNU make. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime De

Re: Creating tables in MySQL++

2002-03-04 Thread Sinisa Milivojevic
eption with a corresponding error, then it does not exist. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cy

Re: mysql_insert_id returns 0 for multiple-row inserts

2002-03-04 Thread Sinisa Milivojevic
t; Regards, > Michael > Hi! Can you make a test case for us, so that we can test it ?? -- Regards, __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/

Re: Bug with heap table ??

2002-03-02 Thread Sinisa Milivojevic
ease, save me some trouble and send me gzipped dump of the table. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime

Re: Bug with heap table ??

2002-03-02 Thread Sinisa Milivojevic
you :) > > Regards, > > Jocelyn Fournier > Presence-PC > This looks like our bug. I am not going to ask you to upload a table ...;o;) However, can you make us a test case. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/

Re: LOAD DATA LOCAL INFILE in Alpha 3.23.49

2002-03-01 Thread Sinisa Milivojevic
L 3.23.48 and before. > > That seems to not be true, at least with the Aplha binary. > > Thanks, > Rob > > thanks, we shall check it out !! -- Regards, __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / //

Re: MySQLGUI help file

2002-03-01 Thread Sinisa Milivojevic
\MySQL.help) > > in the my.cnf.win file. However, when I start up the mysqlgui executable, I > cannot view the help file. Could someone tell me what it is I forgot to do. > > > TIA > > Thi File name should be my.cnf ... -- Regards, __ ___ ___ ____ __ / |/ /_ _

Re: Beware: 2GB was the problem!

2002-02-28 Thread Sinisa Milivojevic
t; Trond Eivind Glomsrød > Red Hat, Inc. > Our binaries are statically built with proper glibc, so the above is not an issue for us. Your comment is, on the other hand, quite correct and helpfull. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa

Re: core dump in clients in MYSQL 3.23.49 using groups

2002-02-28 Thread Sinisa Milivojevic
Laurent Wacrenier writes: > Sinisa Milivojevic wrote: > > Do you mean that you have defined a group as [bug] ??? > > Yes. > > I've discovered the problem upgrading a server and reproduced it with > minimal C program and minimal my.cnf on another host. > >

Re: core dump in clients in MYSQL 3.23.49 using groups

2002-02-28 Thread Sinisa Milivojevic
Laurent Wacrenier writes: > Sinisa Milivojevic wrote: > > This seems worth investigating. > > > > Please send me your entire /etc/my.cnf > > > > Change password if you have defined it there. > > The full my.cnf I have used has been send in the rep

Re: Beware: 2GB was the problem!

2002-02-28 Thread Sinisa Milivojevic
r limitations stem from filesystem limitations and MAX_ROWS limitations. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fu

Re: mysqlgui help

2002-02-28 Thread Sinisa Milivojevic
ck on 'Options', fill up all entries according to README and click on 'Save'. Then re-connect .. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Ful

Re: LOAD DATA LOCAL INFILE in Alpha 3.23.49

2002-02-28 Thread Sinisa Milivojevic
se does the local-infile variable show > up with SHOW VARIABLES. > > Hi! A new startup variable : --local-infile must be used to enable the above feature. It was done for security reasons. -- Regards, __ ___ ___ __ / |/ /_ __/ __/

Re: core dump in clients in MYSQL 3.23.49 using groups

2002-02-28 Thread Sinisa Milivojevic
have defined it there. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus

Re: .net

2002-02-27 Thread Sinisa Milivojevic
et?? > Thanks, > Josh Have you tried a version for VC++ from MySQL++ page ?? It should compile ... -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ M

Re: .net

2002-02-27 Thread Sinisa Milivojevic
Joshua Angolano writes: > Has anyone tried to use the Mysql++ api with visual C++.net? >Thanks, > Josh > As far as I know, no. But it is worth a try if you have VC++.net. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Sinisa Milivoj

Re: Wrong sorting order using cp1257 character set.

2002-02-27 Thread Sinisa Milivojevic
:) > character 0xE0 should be between 0x61 (a) and 0x62 (b), > and after 0x5A (Z), 0x7A (z) should go 0xDE, 0xFE. > > Thanks for your contribution. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]>

Re: VC++ .net

2002-02-27 Thread Sinisa Milivojevic
-- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus <___/ www.mysql.com ---

Re: Table Creation Question

2002-02-27 Thread Sinisa Milivojevic
ou can always issue CREATE TABLE statement... -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus <___/ www.mysql.com -

Re: MySQLGUI

2002-02-25 Thread Sinisa Milivojevic
creation and editing is not done ... If you are using a last version(1.7.5-2), it should not bomb up on database creation. In case it does, just send me output from SHOW GRANTS for the user with which you tried database creation. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /

Re: MySQLGUI Problem

2002-02-25 Thread Sinisa Milivojevic
ick on 'Options', fill up all entries as explained in README , click on 'Save' and re-connect. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB,

Re: MySQL TODO List Question.

2002-02-25 Thread Sinisa Milivojevic
ax: (408) 349-5454 Cell: (408) 685-5936 > > MySQL 3.23.47-max: up 16 days, processed 527,021,979 queries (362/sec. avg) > You are right. We shall have on item less on TODO list -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL

Re: mysql 3.23.49 porting problem on POSIX 1003.1-2001 hosts

2002-02-23 Thread Sinisa Milivojevic
nal notation. > > * bdb/dist/s_recover, mysql-test/mysql-test-run.sh, > sql-bench/server-cfg.sh: Don't use head -1. > > * scripts/safe_mysqld.sh: Don't use tail -1. Hi! We shall definitely pay attention to the new standard ! -- Regards, __ ___

Re: Installation Problem mysql-3.23.49

2002-02-20 Thread Sinisa Milivojevic
x27; > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/usr/local/src/mysql-3.23.49' > make: *** [all-recursive-am] Error 2 > This definitely requires that we take a look at it. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[E

Re: While executing a query, Got error 22275 from table handler

2002-02-20 Thread Sinisa Milivojevic
t; > I used the email-support and got a reply from Sergei that its bug. Thus, Iam >sending this testcase. > Hi! Table has not arrived with your mail. It is possible that it got stripped away. Please upload your table to ftp://support.mysql.com:/pub/mysql/secret and let us know it

Re: Giving root access from another host?

2002-02-16 Thread Sinisa Milivojevic
try_to_connect or to user@"%", which means connecting rights from any host. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /

Re: Compile error. MySql C++ API

2002-02-16 Thread Sinisa Milivojevic
75 ..\..\include\sqlplus\resiter1.hh 56: { expected > > and many warnings. Can you please tell me what option I have to set in my > make file. > > Thanks, > > Vipul. What compiler are you using ?? -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/

Re: small little 'bug' in newest source version

2002-02-15 Thread Sinisa Milivojevic
> Philadelphia, PA 19104 > Thank you, this has been duly noted and already fixed for the future version. -- Regards, __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer

RE: Help doesn't work in mysqlgui

2002-02-14 Thread Sinisa Milivojevic
-- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus <___/ www.mysql.com - Before posting,

Re: auto_increment value recycled/reset in BDB table? [3.23.46]

2002-02-14 Thread Sinisa Milivojevic
Thank you, we shall investigate this problem. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca,

Re: MySQLGUI

2002-02-12 Thread Sinisa Milivojevic
/ |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus <___/ www.mysql.com - Before posti

Re: AW: Bug in MySQL API ?!?

2002-02-12 Thread Sinisa Milivojevic
ve = mysql; } It was added in 3.23 tree, I think in 3.23.33, but I am not sure. I am definitely sure that it was not added in 4.0 tree, but in 3.23 tree. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL

Re: Network drive for datadir

2002-02-12 Thread Sinisa Milivojevic
Neil Freeman writes: > Thanks for doing the test Miguel - yes my drive is mapped correctly. Does not want to > work though :( > Hi! Try putting both basedir and datadir on X: ... -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMA

Re: PostgreSQL

2002-02-12 Thread Sinisa Milivojevic
underneath for basic file accesses.. > -- > Shankar. > Hi! When you are saying that there is no native Windows or OS X port, what were you referring to ?? -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/

Re: Old Messages

2002-02-12 Thread Sinisa Milivojevic
!!! http://www.dedserius.com/ > = Me too !! We shall investigate this matter. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer

Re: What License do I need

2002-02-12 Thread Sinisa Milivojevic
me client and whether that PHP app is GPL or not. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus

Re: how to setup mysqlgui in Win2000

2002-02-12 Thread Sinisa Milivojevic
"Save"., Then re-connect. -- Regards, __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus <___/ www.mysql.com ---

Re: bug report: mysql_install_db hangs on execution.

2002-02-12 Thread Sinisa Milivojevic
b. Hi! A usual cause for the above behaviour is a difference in the patch level between your OS and the one on which our binary was built. More info in our manual. -- Consider taking our support. Visit : https://order.mysql.com Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/

Re: Memory limit issue with 64 bit mysql.3.23.46

2002-02-12 Thread Sinisa Milivojevic
Albert Chin writes: > > Ok. Guess we'll wait for a fix. Any idea when a fix for MySQL will be > available? > > -- > albert chin ([EMAIL PROTECTED]) > Just look into Changelog's of the versions that come out. -- Regards, __ ___ ___ __ / |/ /

Re: Memory limit issue with 64 bit mysql.3.23.46

2002-02-12 Thread Sinisa Milivojevic
Albert Chin writes: > On Wed, Feb 06, 2002 at 07:17:13PM +0200, Sinisa Milivojevic wrote: > Yes, SIZEOF_INT is 4: > $ grep SIZEOF_INT config.h > #define SIZEOF_INT 4 > $ grep SIZEOF_INT include/my_config.h > #define SIZEOF_INT 4 > > However, according to > &g

Re: Memory limit issue with 64 bit mysql.3.23.46

2002-02-12 Thread Sinisa Milivojevic
Albert Chin writes: > On Wed, Feb 06, 2002 at 07:17:13PM +0200, Sinisa Milivojevic wrote: > > Yes, SIZEOF_INT is 4: > $ grep SIZEOF_INT config.h > #define SIZEOF_INT 4 > $ grep SIZEOF_INT include/my_config.h > #define SIZEOF_INT 4 > > -- > albert chin ([

Re: Problems with SQLGetInfo and SQLColumnPrivileges

2002-02-12 Thread Sinisa Milivojevic
Can you send exact message as this one to [EMAIL PROTECTED] ?? -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca,

Re: PostgreSQL

2002-02-12 Thread Sinisa Milivojevic
Trond Eivind Glomsr=F8d writes: > On Wed, 6 Feb 2002, Sinisa Milivojevic wrote: >=20 > I said "everywhere" - you need to use Innobase to get foreign keys, a= nd=20 > innobase/db3 to get transactions. >=20 > --=20 > Trond Eivind Glomsr=F8d > Red Hat, Inc. >=20

Re: PostgreSQL

2002-02-11 Thread Sinisa Milivojevic
Trond Eivind Glomsr=F8d writes: > Sinisa Milivojevic <[EMAIL PROTECTED]> writes: >=20 > There is a slight difference between advanced, non-standardized > tuning/backup/load-balancing like that and core SQL functionality not= > being present. >=20 > --=20 > Trond Ei

Re: Memory limit issue with 64 bit mysql.3.23.46

2002-02-11 Thread Sinisa Milivojevic
F_INT is 4, then it could be our bug. Please let us know. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ La

Re: PostgreSQL

2002-02-07 Thread Sinisa Milivojevic
underneath for basic file accesses.. > -- > Shankar. > Hi! When you are saying that there is no native Windows or OS X port, what were you referring to ?? -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/

Re: PostgreSQL

2002-02-06 Thread Sinisa Milivojevic
Trond Eivind Glomsrød writes: > Sinisa Milivojevic <[EMAIL PROTECTED]> writes: > > There is a slight difference between advanced, non-standardized > tuning/backup/load-balancing like that and core SQL functionality not > being present. > > -- > Trond Eivind Glo

Re: Memory limit issue with 64 bit mysql.3.23.46

2002-02-06 Thread Sinisa Milivojevic
Albert Chin writes: > > Ok. Guess we'll wait for a fix. Any idea when a fix for MySQL will be > available? > > -- > albert chin ([EMAIL PROTECTED]) > Just look into Changelog's of the versions that come out. -- Regards, __ ___ ___ __ / |/ /

Re: Memory limit issue with 64 bit mysql.3.23.46

2002-02-06 Thread Sinisa Milivojevic
Albert Chin writes: > On Wed, Feb 06, 2002 at 07:17:13PM +0200, Sinisa Milivojevic wrote: > Yes, SIZEOF_INT is 4: > $ grep SIZEOF_INT config.h > #define SIZEOF_INT 4 > $ grep SIZEOF_INT include/my_config.h > #define SIZEOF_INT 4 > > However, according to > &g

Re: PostgreSQL

2002-02-06 Thread Sinisa Milivojevic
Trond Eivind Glomsrød writes: > On Wed, 6 Feb 2002, Sinisa Milivojevic wrote: > > It's enabled in the MySQL rpms we distribute as part of RHL as well, but > it's not the default type for created tables. Thus, most people won't be > using it. If memory serves, you

Re: Memory limit issue with 64 bit mysql.3.23.46

2002-02-06 Thread Sinisa Milivojevic
Albert Chin writes: > On Wed, Feb 06, 2002 at 07:17:13PM +0200, Sinisa Milivojevic wrote: > > Yes, SIZEOF_INT is 4: > $ grep SIZEOF_INT config.h > #define SIZEOF_INT 4 > $ grep SIZEOF_INT include/my_config.h > #define SIZEOF_INT 4 > > -- > albert chin ([

Re: how to setup mysqlgui in Win2000

2002-02-06 Thread Sinisa Milivojevic
"Save"., Then re-connect. -- Regards, __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus <___/ www.mysql.com ---

Re: PostgreSQL

2002-02-06 Thread Sinisa Milivojevic
Trond Eivind Glomsrød writes: > On Wed, 6 Feb 2002, Sinisa Milivojevic wrote: > > I said "everywhere" - you need to use Innobase to get foreign keys, and > innobase/db3 to get transactions. > > -- > Trond Eivind Glomsrød > Red Hat, Inc. > > As EV

Re: Memory limit issue with 64 bit mysql.3.23.46

2002-02-06 Thread Sinisa Milivojevic
F_INT is 4, then it could be our bug. Please let us know. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ La

Re: PostgreSQL

2002-02-06 Thread Sinisa Milivojevic
t, unless you do not count myperl as stored procs. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus <___/ www.mysql.com

Re: bug report: mysql_install_db hangs on execution.

2002-02-06 Thread Sinisa Milivojevic
b. Hi! A usual cause for the above behaviour is a difference in the patch level between your OS and the one on which our binary was built. More info in our manual. -- Consider taking our support. Visit : https://order.mysql.com Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/

Re: Memory limit issue with 64 bit mysql.3.23.46

2002-02-06 Thread Sinisa Milivojevic
WWfsw/mysql32346 > > -- > albert chin ([EMAIL PROTECTED]) > Please tell me a value for this #define in config.h and my_config.h : SIZEOF_LONG -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / /

Re: Problems with SQLGetInfo and SQLColumnPrivileges

2002-02-06 Thread Sinisa Milivojevic
Can you send exact message as this one to [EMAIL PROTECTED] ?? -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca,

Re: Memory limit issue with 64 bit mysql.3.23.46

2002-02-06 Thread Sinisa Milivojevic
s (e.g., > key_buffer_size=2G), mysql operates correctly. Additionally, "mysqladmin > variables" shows a correct key_buffer value. > > System memory is not a constraint ( 6 G real memory and 14.5 G swap). Hi! This is a problem that we would like to take a look at !! P

Re: Memory Leaks ?

2002-02-04 Thread Sinisa Milivojevic
ory allocated by mysql_use_result, mysql_store_result, fetch_row() etc ... If you wish to have several MYSQL_RES, you may, but each should be tied to a separate MYSQL structure. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ /

<    1   2   3   4   5   6   7   8   9   10   >