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/[
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 cha
age,
cross 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.
> When do I have to use the innodb?
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 li
Should schema changes run 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
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:
set-variable = innodb_mirrored_log_groups=1
set-variable
efore 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 chec
> 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)
oblem for me but maybe 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.p
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
;R style -- also w/out arguments.
But actual definitions in libwrap.so are with args.
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.
---
So it's a bug in MySQL somewhere. I will try to troubleshoot it
down to the source code line.
Yuri.
-
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the li
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
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:
stening on TCP.
"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
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
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
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");
18 matches
Mail list logo