Hi,
Has anybody created UDF's in MySQL? Is there a way to create UDF
without compiling MySQL with -with-ldflags=-rdynamic? Maybe they must be
simple expresion based without using somewhat wrom mysqld (as said in
documentation)?
Thanks for advice,
Arunas
--
MySQL General Mailing Li
Hi,
I've tried to compile MySQL 4.1 from src.rpm, but with no
success.
Can anybody help me to compile MySQL 4.1 from Source rpm? I
tried to do everything as said in documentation. First I tried to
compile it without making any changes to SPECS file. But Everytime it
exists with erro
Hi, everyone,
As said in documentation, there is no need to build MySQL with
-rdynamic: "If you want to use an UDF that needs to access symbols from
mysqld (like the methaphone example in `sql/udf_example.cc' that uses
default_charset_info), you must link the program with -rdynamic (see man
output?
-Original Message-
From: Cal Evans [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 07, 2003 9:04 PM
To: Arūnas Milašauskas
Cc: Fortuno, Adam; [EMAIL PROTECTED]
Subject: Re: FW: MySQL not null vs MSAccess required
I hate to disagree with you but in the 30+ databases I've
, for number
column's it is '0' and so on...)
P.S. I use MySQL 4.1alpha, but I am true it is on other versions
too.
Regards,
Arunas
-Original Message-
From: Cal Evans [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 07, 2003 8:51 PM
To: Arūnas Milašauskas
Cc:
e this...
As for now I see that there is no other way as to make check
constraint's validation (even for Required columns :( ) on forms on
client side :(
-Original Message-
From: Fortuno, Adam [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 07, 2003 8:33 PM
To: Arūnas Milašausk
form self validation ;)
Regards,
Arunas
-Original Message-
From: Fortuno, Adam [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 07, 2003 8:09 PM
To: Arūnas Milašauskas
Cc: [EMAIL PROTECTED]
Subject: RE: MySQL not null vs MSAccess required
Arunas,
Actually, I think you mea
Hello,
I'm Using MSAccess as backend for my MySQL database. Tables are
linked with MyODBC 3.51, so all data user enters through MSAccess forms.
I need that some fields (CustName) in MySQL table (CUSTOMERS)
would be required, it means, that user must fill a value into that field
(Cus