Re: Multi-table updates

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

Re: Will this make a mess

2002-01-02 Thread Sinisa Milivojevic
you use HIGH / LOW PRIORITY clauses. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus ___/ www.mysql.com

Re: invalid DATETIME=UNIX_TIMESTAMP()

2001-12-29 Thread Sinisa Milivojevic
, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus ___/ www.mysql.com - Before posting, please check

Re: MSVC++ and MYSQL++ query problem

2001-12-29 Thread Sinisa Milivojevic
that can fit into memory. But your problem is quite different. You forgot to use Result class: Result some = myQuery.store(); -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer

Re: Error compiling

2001-12-29 Thread Sinisa Milivojevic
Thank you for the fix. We are still using 6.3 -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus

Re: Indexes in temporary tables

2001-12-29 Thread Sinisa Milivojevic
Goran Krajacic writes: I wonder if mysql uses indexes in temporary tables(when making a join on temp tables etc.)? MySQL treats temp tables same as normal ones, except when the thread ends ... -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic

Re: Error 'Can't connect to local MySQL server through socket (111)'

2001-12-28 Thread Sinisa Milivojevic
, like this: find / -name `mysql\.sock' -print On Windows you can use Find utility from the menu to locate named pipe file. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer

Re: maximum heap table size allowed

2001-12-28 Thread Sinisa Milivojevic
Tim Banach State Street Corporation Westwood, MA Hi! It is the same. Just use MAX_ROWS -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer

Re: How to make use of mysql++ with gcc 2.96

2001-12-27 Thread Sinisa Milivojevic
reported that it also worked fine with the latest 2.96 available, but as I have not tested it myself, I can not recommend it. Regarding incompatibilities with libraries on Red Hat distribution, I have to trust you. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa

Re: ./configure of mysql-3.23.46 fails with gcc-3.0.3

2001-12-27 Thread Sinisa Milivojevic
fine. It is probably some error in the installation of 3.0.3. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus

Re: Bug Report

2001-12-25 Thread Sinisa Milivojevic
++ -O3 -felide- constructors -fno-exceptions -fno- rtti ) works it should be : configure:1592: checking whether the C++ compiler (c++ -O3 -felide- constructors -fno-exceptions -fno-rtti ) works -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL

Re: How to make use of mysql++ with gcc 2.96

2001-12-25 Thread Sinisa Milivojevic
from Indiatimes at http://email.indiatimes.com Buy Music, Video, CD-ROM, Audio-Books and Music Accessories from http://www.planetm.co.in Yes, install gcc 2.95.2 or 3.0.3 -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED

Re: How to make use of mysql++ with gcc 2.96

2001-12-25 Thread Sinisa Milivojevic
Presence-PC HI! This is probably caused by improper installation of 3.0.3 . Simply check default settings and all symlinks for 3.0.3. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime

Re: How to make use of mysql++ with gcc 2.96

2001-12-25 Thread Sinisa Milivojevic
Presence-PC HI! This is probably caused by improper installation of 3.0.3 . Simply check default settings and all symlinks for 3.0.3. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime

Re: mysql hangs on ANALYZE, open

2001-12-25 Thread Sinisa Milivojevic
libsupc++ (part of libstdtc++), which contains C++ exceptions, gets linked in. That is why, once again, we ask you to try our binary. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime

Re: Stored Procedure

2001-12-24 Thread Sinisa Milivojevic
Cafetechno writes: Hi, When The Stored Procedure Capability will be included in mySQL Regards cafe Take a look at myperl on http://freshmeat.net -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED

Re: Stored Procedure

2001-12-24 Thread Sinisa Milivojevic
Cafetechno writes: Hi, When The Stored Procedure Capability will be included in mySQL Regards cafe Take a look at myperl on http://freshmeat.net -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED

Re: UNIX_TIMESTAMP() INT unsigned problems

2001-12-21 Thread Sinisa Milivojevic
to repeat this, with different result. I will recheck this with latest 4.0.1 code. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus

Re: I *think* that I've just found the most misleading item in MySQLGUI..

2001-12-20 Thread Sinisa Milivojevic
-- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus ___/ www.mysql.com

Re: is there a Solaris version of mysql++ c++ API

2001-12-20 Thread Sinisa Milivojevic
of compilers, just build all you need from the source tarball. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus

Re: 4.0.1 bug reports. Has it been released yet?

2001-12-20 Thread Sinisa Milivojevic
prior to releasing 4.0.1... -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus ___/ www.mysql.com

Re: Embedded SQL

2001-12-20 Thread Sinisa Milivojevic
information would be appreciated; thanks in advance! Ray There are template queries in MySQL++. Take a look at them. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer

RE: create function: fails with error 1126

2001-12-20 Thread Sinisa Milivojevic
symbol is from MySQL's C API, i.e. libmysqlclient library. Link your library with -shared -rdynamic and see what you get. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer

Re: Posibility of adding compress_*()/decompress_*() functions

2001-12-19 Thread Sinisa Milivojevic
, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus ___/ www.mysql.com - Before posting, please check: http

Re: Error on Windows 2000 service pack 2

2001-12-19 Thread Sinisa Milivojevic
mysqlgui starts up, it will connect to the MySQL server automatically. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus

Re: Posibility of adding compress_*()/decompress_*() functions

2001-12-19 Thread Sinisa Milivojevic
Lester Hightower writes: On Wed, 19 Dec 2001, Sinisa Milivojevic wrote: Sinisa, Thanks for the reply. You may have not seen it yet, but I sent a followup email stating that, after sending my first email, I had discovered mysqld user-defined-functions (which I did not know existed

Re: max() fails on large (but 63bit) bigint values

2001-12-19 Thread Sinisa Milivojevic
(for these functions) seems much lower. Hi! I tested your code with latest 4.0.1 and got good results: max(big) 9007199254740992 max(big) 9007199254740993 big 9007199254740993 big 9007199254740993 -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic

Re: mysql gui over internet

2001-12-19 Thread Sinisa Milivojevic
. Use SSH1 or SSH2 tunnel like this: ssh2 +C -L 3307:192.168.0.81:3306 [EMAIL PROTECTED] and set mysqlgui options to connect to port 3307 on the localhost. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED

Re: I *think* that I've just found the most misleading item in MySQLGUI..

2001-12-19 Thread Sinisa Milivojevic
. -:- Isn't it ?? -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus ___/ www.mysql.com

Re: Segmentation Faults on 4.0 Using Linux on Alpha

2001-12-19 Thread Sinisa Milivojevic
. May be some libs or objs were not rebuild but were linked in. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus

Re: I *think* that I've just found the most misleading item in MySQLGUI..

2001-12-19 Thread Sinisa Milivojevic
, restart mysqlgui (if it is the latest) and socket file will show up where it should !! But if you did not have entry in /my.cnf, saved options, then it is read no more as mysqlgui will hounour just options file. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa

Re: Segmentation Faults on 4.0 Using Linux on Alpha

2001-12-19 Thread Sinisa Milivojevic
. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus ___/ www.mysql.com - Before posting, please check: http://www.mysql.com

Re: create function: fails with error 1126

2001-12-18 Thread Sinisa Milivojevic
Tim Wuyts Software Engineer EUnet Systems KPN Belgium Hi! Probably unresolved symbol from some library. Run ldd on shared lib and see what is missing. Most probably libmysqlclient.so... -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL

Re: row count for multiple tables.

2001-12-17 Thread Sinisa Milivojevic
where user.user=db.user; -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus ___/ www.mysql.com

Re: mysqlgui

2001-12-17 Thread Sinisa Milivojevic
some_date=?What date did it happen? where id=?Which customer? -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus

Re: mySQL++/General Question

2001-12-17 Thread Sinisa Milivojevic
and Result, just browse our on-line manual at www.mysql.com. Those are the same ones that come from server or C API. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer

Re: Max use of 'in'

2001-12-17 Thread Sinisa Milivojevic
://www.fibrespeed.net/~mbabcock/ Yes, max_allowed_packet -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus

Re: mysqlgui, ?var? and quotes

2001-12-17 Thread Sinisa Milivojevic
... Would that solve your problem ?? -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus ___/ www.mysql.com

Re: mysql++ installation

2001-12-17 Thread Sinisa Milivojevic
Just ignore automake warnings. Regarding /opt/sfw/bin/ginstall problems, configure probably erred. Make a symlink so that the above ginstall points to the real one. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED

Re: mysql++ api for linux

2001-12-17 Thread Sinisa Milivojevic
David Sheeks writes: Is this where I would get some help using the mysql++ api for linux c++? dave It would be better if you would subscrube to mysql-plusplus mailing list. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED

Re: MySQL Alpha Linux binary distribution: Core dumped on AlphaServer 1200

2001-12-14 Thread Sinisa Milivojevic
. But, this is not important now, as user's problems were solved. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus

Re: installing solaris binary

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

Re: MYSQL query help

2001-12-14 Thread Sinisa Milivojevic
Corporations Inc. The above query is easily resolved by a join: select lib_assed_tbl.* from lib_asset_tbl, lib_copy_tbl where material_id '' and lib_asset_tbl.asset_id = lib_copy_tbl.asset_id -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic

Re: Why MySQL GUI download don't work?

2001-12-13 Thread Sinisa Milivojevic
, because download worked for me. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus ___/ www.mysql.com

Re: Default 1 == Default 16777216?

2001-12-13 Thread Sinisa Milivojevic
/ * [EMAIL PROTECTED] Thanks for your bug report. Now that you have cleared out that this is not happening with MyISAM, it will be easier for us to fix it. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED

Re: multiple select with single command.

2001-12-13 Thread Sinisa Milivojevic
as you wish. Derived tables should come in 4.1 or may be even before. Nested selects are scheduled for one of 4.1 releases. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer

Re: MySQL Alpha Linux binary distribution: Core dumped on AlphaServer 1200

2001-12-13 Thread Sinisa Milivojevic
to tune for speed. Try using a better compiler, like GNU 3.0.2 or even better Compaq 6.3, if there is one for Linux. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer

RE: MySQL v.s. Oracle

2001-12-13 Thread Sinisa Milivojevic
, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus ___/ www.mysql.com

Re: How do I get version information from a MySQL server?

2001-12-13 Thread Sinisa Milivojevic
, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus ___/ www.mysql.com - Before posting, please check

Re: Default 1 == Default 16777216 ?

2001-12-12 Thread Sinisa Milivojevic
* Texas.net Internet * http://www.texas.net/ * [EMAIL PROTECTED] Hi! Can you make a test case so that we can test your bug ?? If there is our binary for your OS, please try that one first. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL

Re: Feature Requests

2001-12-12 Thread Sinisa Milivojevic
outfile, there are some clients that do it already, like mysqlgui. Fixing it to work in general case is also doable, but it is not a small feature. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB

Re: Default 1 == Default 16777216?

2001-12-12 Thread Sinisa Milivojevic
obvious that I'm just not doing correctly? How-To-Repeat: Hi! As there is a binary for your SPARC Solaris 2.8, please try it out and see if you get the same result. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED

Re: How to create clients option file !!!

2001-12-12 Thread Sinisa Milivojevic
, store history where you wish , share it with mysql etc ... There are some conf files that came with mysqlgui. This is all thoroughly documented in documentation that came with mysqlgui. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED

Re: Embedded MySQL server the outside world

2001-12-12 Thread Sinisa Milivojevic
of it ... Thanks, Marek -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus ___/ www.mysql.com

RE: compile errors

2001-12-11 Thread Sinisa Milivojevic
and what OS and version. Seems like Linux, in which case you have improper installation with glibc missing the above symbol. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer

Re: Stange Bug or Table corruption ... but strange.

2001-12-11 Thread Sinisa Milivojevic
, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus ___/ www.mysql.com - Before posting, please check

RE: compile errors

2001-12-11 Thread Sinisa Milivojevic
and especially compiler are prectically experimental, so you are very much on your own. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca

Re: Connection Problem - We're almost there...

2001-12-10 Thread Sinisa Milivojevic
should GRANT user to log from host apache : grant ... to nobody@apache or ... to nobody@% (to log from any host). -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer

Re: Help files??

2001-12-08 Thread Sinisa Milivojevic
or globally. On Windows, putting them in c:\\my.cnf (or .ini) would suffice. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus

Re: porting mysql to ibm os/390 open editionjzawodn@yahoo-inc.com

2001-12-07 Thread Sinisa Milivojevic
said before, port first the necessary GNU tools, like make, m4, autoconf, automake, libtool Then start porting MySQL. I will help you as much as I can. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED

Re: MySQL graphical front-end for Mac OSX

2001-12-07 Thread Sinisa Milivojevic
graphics mode without a need for X Server, in about 3 months, as it will take 2 more months for FLTK people to port it to OS X and OS 9. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime

Re: Efficient Boolean combination of results of several SELECTs

2001-12-06 Thread Sinisa Milivojevic
can produce any of the above relational operations. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus ___/ www.mysql.com

Re: porting mysql to ibm os/390 open edition

2001-12-06 Thread Sinisa Milivojevic
download page too ... ;o) It was done by one developer from one University in Florida, with a little help of yours truly. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer

Re: Some questions to the pre-sale technical support of MySQL

2001-12-06 Thread Sinisa Milivojevic
: (408) 685-5936 MySQL 3.23.41-max: up 7 days, processed 158,339,071 queries (257/sec. avg) Right ! -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer

Re: porting mysql to ibm os/390 open edition

2001-12-06 Thread Sinisa Milivojevic
, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus ___/ www.mysql.com - Before posting, please check

Re: 64bit mysql and gcc

2001-12-05 Thread Sinisa Milivojevic
SPARC Version 1, dynamically linked, stripped IW. Thanks for the info. We shall fix it in the future releases. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer

Re: mailing list

2001-12-05 Thread Sinisa Milivojevic
, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus ___/ www.mysql.com

Re: 64bit mysql and gcc

2001-12-04 Thread Sinisa Milivojevic
, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus ___/ www.mysql.com - Before posting, please check: http

Re: IRIX 6.5.4f thread problem

2001-12-04 Thread Sinisa Milivojevic
: * difference in OS version or patch level between youe machine and the one on which our binaries were built * diffreence in CPU version Try to build Mysql, following instructions in our manual or get our support. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa

Re: mySQL++ store() return value

2001-12-04 Thread Sinisa Milivojevic
use SSQL embedded commands or similar) and some of the methods that return affected / found rows. Read MySQL++ manual for details. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime

Re: porting mysql to ibm os/390 open edition

2001-12-04 Thread Sinisa Milivojevic
difficult, if not impossible, to do what you suggest. For the moment, there is a port of MySQL to Linux / S390. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer

Re: mysqladmin reload not rebuilding GRANT information

2001-12-04 Thread Sinisa Milivojevic
it. The above is not a bug. mysqladmin reload only reloads info from MySQL privilege tables. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer

Re: Some questions to the pre-sale technical support of MySQL

2001-12-04 Thread Sinisa Milivojevic
4.0 will have a replication agent for fail-safe replication, which would make possible changing of roles between master / slave on the run. You can send mails to me directly if you wish some additional info. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa

Re: mysqladmin reload not rebuilding GRANT information

2001-12-04 Thread Sinisa Milivojevic
://pixelmagic.dyndns.org/~cirdan/ Amiga user since '89, and damned proud of it too. Yes, that is so. But you do not have to restart MySQL. Just run: FLUSH HOSTS -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED

Re: porting mysql to ibm os/390 open edition

2001-12-04 Thread Sinisa Milivojevic
issues. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus ___/ www.mysql.com

Re: 64bit mysql and gcc

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

Re: mySQL in-memory configuration

2001-12-03 Thread Sinisa Milivojevic
, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus ___/ www.mysql.com

RE: mysqldump: problem/question

2001-12-01 Thread Sinisa Milivojevic
in Afghanistan. Thanks, --Walt Weaver Bozeman, Montana, USA I hope you have found --quick option. Sorry, but what is Quidditch ?? -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB

Re: median function?

2001-12-01 Thread Sinisa Milivojevic
notably, analyse : CREATE AGGREGATE FUNCTION avgcost RETURNS REAL SONAME udf_example.so; -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer

Re: LEFT JOIN fails to correctly join tables

2001-12-01 Thread Sinisa Milivojevic
| +---+---+---+ 3 rows in set (0.00 sec) Thank you for the repeatable test case. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus

Re: QUICK HELP, two selects, maybe nested.

2001-12-01 Thread Sinisa Milivojevic
taking our support. Visit : https://order.mysql.com Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus ___/ www.mysql.com

Re: MySQL thread hanging on Win2K

2001-12-01 Thread Sinisa Milivojevic
, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus ___/ www.mysql.com - Before posting

RE: Can't make after ./configure

2001-11-29 Thread Sinisa Milivojevic
the following : export CXXLD=g++ -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus ___/ www.mysql.com

Re: socket filename is truncated in error message

2001-11-29 Thread Sinisa Milivojevic
. This is simply because we have to limit our errors buffers to some reasonable values. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus

Re: median function?

2001-11-29 Thread Sinisa Milivojevic
on statistical distribution. There is one that is valid for sampling distribution, but there are still many alternatives. This is something that could be done as an UDF. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED

Re: socket filename is truncated in error message

2001-11-29 Thread Sinisa Milivojevic
Brian Bartholomew writes: Sinisa Milivojevic [EMAIL PROTECTED] writes: This is simply because we have to limit our errors buffers to some reasonable values. Are there so many of these filename buffers that they can't be sized to MAXPATHLEN? Yes, and we try to use as little stack

Re: median function?

2001-11-29 Thread Sinisa Milivojevic
, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus ___/ www.mysql.com - Before posting, please

Re: Failure to enforce length of fields to index corrupts tables

2001-11-28 Thread Sinisa Milivojevic
for the incorrectly indexed TextField. Hi! I have tested your case. The above bug was already fixed in our BK repository. Fix will come up in 4.0.1, that is scheduled to come out soon. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED

Re: Can't make after ./configure

2001-11-28 Thread Sinisa Milivojevic
the following : export CXXLD=g++ -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus ___/ www.mysql.com

Re: How to install mysqlgui?

2001-11-28 Thread Sinisa Milivojevic
to configure and run it properly. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus ___/ www.mysql.com

Re: VC++ - MFC Question

2001-11-28 Thread Sinisa Milivojevic
-- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus ___/ www.mysql.com

Re: Install mysqlgui

2001-11-28 Thread Sinisa Milivojevic
binary for Solaris from mysqlgui page. You will also need to install libstdc++ library from GNU 2.95.2 package. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer

Re: INNER JOIN doesn't work correctly..

2001-11-28 Thread Sinisa Milivojevic
, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus ___/ www.mysql.com - Before posting

Re: MySQL strange error: lost connection during query

2001-11-28 Thread Sinisa Milivojevic
, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus ___/ www.mysql.com - Before posting

Re: GUI

2001-11-28 Thread Sinisa Milivojevic
or to Apply if it is one-time only variant. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus ___/ www.mysql.com

Re: patch: manpage safe_mysql(1)

2001-11-27 Thread Sinisa Milivojevic
Thank you for your contribution. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus ___/ www.mysql.com

Re: MySQL and .Net

2001-11-27 Thread Sinisa Milivojevic
provide us a solution to work with MySQL and .Net regards, Vaijayanthi.M Hi! You will find a link to the OleDB driver on our site. Try it out. We are planning of making a proper support for C# in the future. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa

Re: Failure to enforce length of fields to index corrupts tables

2001-11-26 Thread Sinisa Milivojevic
Thank you for your report. We shall check it out. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus

Re: The source lacks of flex source

2001-11-26 Thread Sinisa Milivojevic
, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus ___/ www.mysql.com - Before

Re: MySQL 4 UNION problem

2001-11-26 Thread Sinisa Milivojevic
me know a filename. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus ___/ www.mysql.com

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