libmysqlclient.so.12 download for solaris

2004-11-25 Thread Prem Soman
PLease help me to download libmysqlclient.so.12 for MySQL 4.x for solaris 8. Kinndly provide me some site from where i can download it. ___ Win a castle for NYE with your mates and Yahoo! Messenger http://uk.messenger.ya

libmysqlclient.so.12 for solaris 8

2004-11-25 Thread Prem Soman
PLease help me to download libmysqlclient.so.12 for MySQL 4.x for solaris 8. Kinndly provide me some site from where i can download it. ___ ALL-NEW Yahoo! Messenger - all new features - even more fun!

mysql restarts when creating UDF.

2004-07-12 Thread Prem Soman
hi, i have a very serious problem, when i try to reinitialise the database and start my application. By reinitilisation i would remove the database i created along with the UDF functions i created. Then when i try to start my application, which creates the database tables and the UDf, MySQL Rest

Mysql UDF

2004-03-30 Thread Prem Soman
HI! I wrote a mysql UDF that works well in older versions of mysql (3.23.*) but the same is not working for new versions like (4.0*) . The server restarts every time i invoke my function . I also compiled and linked with libmysqlclient.so.11, but still the problem persists. how to solve the p

mysql user

2003-12-04 Thread Prem Soman
i find problem while compiling the UDF in windows. the function returns an integer and so i set the type as "long long" but this datatype is not recognised by VC++ 6.0 and i end up with a compilation error. how can i resolve this and what the prototype for functions that returns integer values

mysql UDF in windows

2003-12-04 Thread Prem Soman
i find problem while compiling the UDF in windows. the function returns an integer and so i set the type as "long long" but this datatype is not recognised by VC++ 6.0 and i end up with a compilation error. how can i resolve this and what the prototype for functions that returns integer values

MySqlManager.rc file missing in mysql source for windows

2003-11-27 Thread Prem Soman
hi all., i tried to compile mysql-3.23.58 source distribution for windows using VisualStudio 6 and found that MySqlManager.rc file missing and hence the compilation failed , The MySqlManeger.rc file is not available in the MySqlManager folder downloaded from mysql home site. plz help me out in

MySqlManager.rc file missing in mysql source for windows

2003-11-26 Thread Prem Soman
hi all., i tried to compile mysql-3.23.58 source distribution for windows using VisualStudio 6 and found that MySqlManager.rc file missing and hence the compilation failed , The MySqlManeger.rc file is not available in the MySqlManager folder downloaded from mysql home site. plz help me out in

MySqlManager.rc file missing in mysql source for windows

2003-11-26 Thread Prem Soman
hi all., i tried to compile mysql-3.23.58 source distribution for windows using VisualStudio 6 and found that MySqlManager.rc file missing and hence the compilation failed , The MySqlManeger.rc file is not available in the MySqlManager folder downloaded from mysql home site. plz help me out in

MySqlManager.rc file missing in windows source distribution.

2003-11-25 Thread Prem Soman
hi all., i tried to compile mysql-3.23.58 source distribution for windows using VisualStudio 6 and found that MySqlManager.rc file missing and hence the compilation failed , The MySqlManeger.rc file is not available in the MySqlManager folder downloaded from mysql home site. plz help me out in

MySQL DLL for windows

2003-10-20 Thread Prem Soman
hi ! i have a problem compiling a simple mysql client program in windows. what are the compilation options needed and also how the Linking is made . The manual says to include my_global.h in the header but i dont find that under include folder. also i searched in the net , can anyone provide

Re: Fwd: Dynamic enabling of log files

2003-08-21 Thread Prem Soman
> Which version are you curently using 3.23.xxx ?? > > Whats the XXX in your version ??? > > What do the change log files say at the > www.mysql.com homepage ? > > > Best regards > > Nils Valentin > Tokyo/Japan > > > > Prem Soman wrote: >

Re: Fwd: Dynamic enabling of log files

2003-08-17 Thread Prem Soman
_LOG_BIN | SQL_LOG_UPDATE. But these commands are > not supported in > v3.23.52: > http://www.mysql.com/doc/en/SET_OPTION.html > > > Best regards > > Nils Valenin > Tokyo/Japan > > 2

Fwd: Dynamic enabling of log files

2003-08-14 Thread Prem Soman
Note: forwarded message attached. Want to chat instantly with your online friends? Get the FREE Yahoo! Messenger http://uk.messenger.yahoo.com/--- Begin Message --- hi all! can we enable and disable log files (update log,

Dynamic enabling of log files

2003-08-14 Thread Prem Soman
hi all! can we enable and disable log files (update log, slow query log) dynamically. Please let me know. what should i do to enable it without restarting the server. I am using MySQL 2.23.52 advance thanx! Want to chat in

ERROR while compiling:

2003-07-31 Thread Prem Soman
i am using Linux 6.2(Zoot) and MySql 2.23.36and found the following error while compiling the C program using mysql APIcc -o test prog1.c -L /usr/lib/mysql -I /usr/include/mysql -lmysqlclientThe following Error occured :/usr/lib/mysql/libmysqlclient.a(my_compress.o): In function `my_uncompress'

finding user details inside UDF

2003-07-17 Thread Prem Soman
hi! i heared that its possible to get user details inside the UDf by adding the mysql_priv.h header file. But where will this file be available. i am using MySql 3.23.52 on linux8.0 when i try to compile it says :"mysql_priv" file not found. If i can include this file, i can get the thread c

mysql update

2003-07-15 Thread Prem Soman
i want to update every row in the mysql table that matches a part of each row in it. ie. for example if a table contains the following rows : Pid:21577 PPid: 21174 Uid:501 Gid:501 i want to change the first row to Pid:30209 similarly for any row plz advice me

transactions and per connection details

2003-06-26 Thread Prem Soman
hi all! i am very much interested in knowing the intricacies of the MySql server. i use Mysql version 3.23.52. how can we get informations regarding all Mysql transactions and regarding the tables and databases that have been dropped. Also how can we get the amount of time spent by

type casting help!!!

2003-06-25 Thread Prem Soman
hi!! i wrote a simple function that returns a string in C the function fetches values from a table and stores all the value in a string variable and then returns it ...This is small part inside the function i wrote! while((row = mysql_fetch_row(res))) { unsigned long *length

RE: Query excution time

2003-06-23 Thread Prem Soman
gt; > $time_end = getmicrotime(); > $time = $time_end - $time_start; > echo "Did nothing in $time seconds"; > ?> > > > > > -Original Message- > From: Prem Soman [mailto:[EMAIL PROTECTED] > Sent: 21 June 2003 08:03 > To: mysql groups > Sub

Query excution time

2003-06-21 Thread Prem Soman
hi ! what is the best way to find query excution time in MySql plz help me! Want to chat instantly with your online friends? Get the FREE Yahoo! Messenger http://uk.messenger.yahoo.com/ -- MySQL General Mailing List For

Re: extending MySql

2003-06-20 Thread Prem Soman
thanx alan! is there any C API available to detect MySql restarts! which file(s) do i have to monitor so that i can track server restarts. > The server does not know how many times it has been > restarted. You can > easily enough write a wrapper script that keeps > count, though. As for > t

extending MySql

2003-06-20 Thread Prem Soman
thank u nelson! that was very useful for me. can these UDF's provide a better way to access the sever specific information such as the date and number of times the server was restarted Want to chat instantly with your

does MySql Supports shared Objects

2003-06-19 Thread Prem Soman
hi! Dynamic shared objects could enable user written code to be integrated with the server at run time! . Does MySql support shared objects, since MySql is an open source database i believe it can support DSO. If its not true is there any alternative! ___