images from MySQL backend used with MS-Access 2000 frontend

2004-02-01 Thread Yuri Oleynikov
or by using Access webserving options. Has anybody done anything similar? What is the best way to implement image storage (and, in future, movies, maybe)? Thanks a lot. yuri. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL

Can't load data infile ...says : ...(Using password: YES)

2003-02-28 Thread Cl. Yuri Huitron Alvarado
Hi, I have MySQL 3.23.49 and I access the mysql with : % mysql -u user -p Enter password:*** and type : mysql use user's_database; and returns : Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Database

Marketing materials ??

2002-09-17 Thread Yuri
platform-nnes) ? Any other considerations. I mean I know by heart that MySQL is better but management has totally different mindset. So any such convincing information will be GREATLY appreciated )) Yuri. - Before posting

Schema changes affect regular select?

2002-09-10 Thread Yuri
independantly if they _really_ don't affect regular statements (if fields not involved in select modified) ? I think schema changes should follow transactional paradigm. But that's tough to do, I understand. At least they have to wait on each other. Yuri. sql,query

Re: Innodb X myisam

2002-09-10 Thread Yuri
? For reliability (it's crash-safe), transactions. Yuri. - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail [EMAIL PROTECTED

InnoDB: wild memory allocation size = server restarted

2002-08-31 Thread Yuri
is small: around 1MB. And mysql memory usage was reasonable (150M). 100M was allocated for key_buffer. Could it be related to 64-bits pointer size on this architecture? Any ideas what could have caused the problem? Yuri. my.cnf: snip set-variable = innodb_mirrored_log_groups=1 set-variable

Extention of table_map: not 64 bits clean

2002-08-21 Thread Yuri
stopped working. Performance dropped. I think it's somewhere not 64-bits clean. So it would be great if someone from developers will change this typedef and see where the problem is. Yuri. - Before posting, please check: http

strange error in InnoDB on raw disk

2002-08-20 Thread Yuri
it indicates some internal problem? I think it should have worked fine on the first run. FreeBSD-5.0-CURRENT, MySQL 3.23.51. Yuri. - Before posting, please check: http://www.mysql.com/manual.php (the manual) http

Re: strange error in InnoDB on raw disk

2002-08-20 Thread Yuri
is a begin statement the same as set autocommitt = 0?? Nope, I didn't change autocommit. Yuri. FOR FILTER: sql, connect - Before posting, please check: http://www.mysql.com/manual.php (the manual) http

Re: fromhost() in libwrap.so declared different from tcpd.h? Was: InnoDB on FreeBSD-Alpha problem

2002-08-19 Thread Yuri
Hi Sinisa, No, this is actually quite correct for Linux, as tested so far. How would those functions know than which request is being processed? In multithreaded case argument is the only way. Don't rely on testing -- bug gets a free ride in this case on i386. Even if it works -- it may very

Re: InnoDB on FreeBSD-Alpha problem

2002-08-18 Thread Yuri
. Linux folks should look at this line #if defined (__linux__) which lets these functions be used w/out arguments. Is this incorrect in Linux also? Yuri. - Before posting, please check: http://www.mysql.com

Re: InnoDB on FreeBSD-Alpha problem

2002-08-17 Thread Yuri
. Yuri. - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail [EMAIL PROTECTED] To unsubscribe, e-mail [EMAIL

InnoDB on FreeBSD-Alpha problem

2002-08-16 Thread Yuri
Anyone i running MySQL with InnoDB on FreeBSD-Alpha? I get the mysqld compiling/running ok. DB dump is restored ok locally. Locally everything wirks. But it crashes on the incoming network connection. unaligned access: va=0x11fff784 pc=. Anyone knows the solution? Thanx, Yuri

Some joins stop working when table_map extended to ulonglong

2002-08-09 Thread yuri
. But it obviously indicates the problem in the code. It's not type-clean somewhere. How-To-Repeat: Don't have the exact recipie. But set this variable to ulonglong and run lots of complex statements. Some of them may stop working after a while. Fix: N/A Submitter-Id: submitter ID Originator:Yuri

MySQL dies after longtext field created

2002-07-24 Thread Yuri
. killall mysqld didn't stop it. During those kills it logged: Forcing close of thread 187 user: 'yuri' for several different thread numbers. Anyone knows if longtext functionality is still unstable so it shouldn't be used? Yuri

Multiple joins with aggregate problem

2002-07-23 Thread Yuri
it count each record in ar again once it finds new records for later joins? Thanx, Yuri. ---cutscript begins create temporary table a(a_id int, q int); create temporary table ar(ar_id int, q int, a_id int); create temporary table b(b_id int, q int, a_id int); create temporary

strange disconnects

2002-07-22 Thread Yuri
for this. But which? None of timeout variables is close to 600. Yuri. - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread

mysqlserver debug

2002-06-18 Thread Yuri Alexandrov
Hi, Does anyone succeed to run embedded mySQL application (libmysqlserver) built in Debug. I got RtlHeapValidate exception on any mysql calls which allocates and free some memory. Crash appears in: -- cut --- void my_no_flags_free(gptr ptr) { DBUG_ENTER(my_free);