Hi Keith,
Thanks, it did work.
I was trying to use a regular expression but this is just fine for my
needs.
On Mon, 2005-10-03 at 13:18 -0400, Keith Ivey wrote:
> Richard F. Rebel wrote:
>
> > do I say REGEXP BINARY ""
> >
> > I have tried \000 \0 as t
the binary operator:
>
> http://dev.mysql.com/doc/mysql/en/charset-binary-op.html
>
> Cheers,
>
> Andrew
>
> -----Original Message-
> From: Richard F. Rebel [mailto:[EMAIL PROTECTED]
> Sent: Mon, 03 Oct 2005 17:48
> To: Untitled
> Subject: How to match a bin
Hello,
How do you match all rows with a binary null (octal 000) in a given
column.
I have tried all sorts of strange combinations of REGEXP and LIKE with
no results. I have dug in the manual, but can't seem to find anything.
Any help would be appreciated.
--
Richard F. Rebel
cat /dev
Hello,
I was wondering if anyone had any knowledge to share regarding
creating many 2GB innodb table space files, vs creating a few 100GB
ones.
It has been my habit to create many smaller for several reasons,
including nfs clients/servers or utlities which don't reliably copy/
back the
ving the innodb spaces to another
partition/disk could possibly cause this type of problem? I double
checked my innodb table space directives, the paths are all correct.
Thanks!
--
Richard F. Rebel
cat /dev/null > `tty`
signature.asc
Description: This is a digitally signed message part
Hello,
I happen to be in a position to utilize a 6GB FC solid state disk (RAM
based with battery and disk backup) on our new storage area network.
I haven't ever used an SSD for MySQL before, but I am aware of the
potential performance benefits. My question is, does anyone have any
suggestions
e:
>
> int table = ((m / 200) + 1);
> String query = "SELECT * FROM PARTITIONED_B_" + table + " WHERE ID=?";
> )
>
>
> Thank you anyway
--
Richard F. Rebel
[EMAIL PROTECTED]
t. 212.239.
signature.asc
Description: This is a digitally signed message part
e data files
> sizes? convertion to InnoDB will need more or less disk space than MyISAM?
>
> -thanks, Eli
--
Richard F. Rebel
[EMAIL PROTECTED]
t. 212.239.
signature.asc
Description: This is a digitally signed message part
into a table using AUTO_INCREMENT as well
and this may be compounding the problem.
I have read the docs, but it's sort of unclear, does LOAD DATA INFILE
work in a replicated 3.23.56-1 setup, only under certain circumstances,
or not at all?
Your help is greatly appreciated. Thanks.
--
many (30 to 50) 2gb InnoDB files adversely effect performance
or the size of the indexes/tables?
Thanks!
--
Richard F. Rebel
[EMAIL PROTECTED]
t. 212.239.
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL
That changes the query plan and might
> mask the bug whatever it is.
I have done this, and will report if it diminishes or masks the problem.
We cannot upgrade to 4.0 right now as we have several large deployments
and it's a large undertaking to recompile everything with the right
clien
ode we have that updates and interacts with this
table in order to try and cause the server to crash to no avail.
What's next?
Best,
--
Richard F. Rebel
[EMAIL PROTECTED]
t. 212.239.
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]
t, we see little change from that 374 megs figure. I
can try and install something that will monitor more than once per
minute (our current granularity).
I will change the buffer sizes as you mention and test.
But, after all of this, where does it lead us? The thing is still
crashing. :(
Best,
se Oy
> http://www.innodb.com
> Transactions, foreign keys, and a hot backup tool for MySQL
> Order MySQL technical support from https://order.mysql.com/
>
>
> ..
>
> Subject: RH 8.0 InnoDB: Assertion failure in thread 122911 in file
> mem0pool.c line 477
&g
followed the advice to use the most recent MySQL
and to alter a few variables which did seem to help for a couple of
weeks atleast. Our db traffic really hasn't changed much since then so
I am flummoxed as to why now this would resurface.
Thanks,
Richard F. Rebel.
/usr/sbin/mysqld-max: ready
Hello,
I am running MySQL-Max on RH8.0 on a Dell 1650, 2 proc with 512MB ram.
I am only using InnoDB for databases (40gb) other than the mysql.*.
I have the following relevant memory settings:
set-variable= sort_buffer=2M
set-variable= record_buffer=2M
## For redhat 8.0
set-variable
expected on some increase, just based on the
premise of how things are different between the two formats, but I
didn't expect this much. All of my databases take like 200gb instead of
the 100gb used b4.
Is this normal? Is there anything I can do to mitigate this?
Thanks!
Richard F.
ng the wrong thing.
Any further thoughts?
Thanks!
On Saturday, April 27, 2002, at 01:31 PM, Jeremy Zawodny wrote:
> On Sat, Apr 27, 2002 at 08:25:26AM -0400, Richard F. Rebel wrote:
>>
>> Hello,
>>
>> Perhaps I don't understand indexes but I was wondering h
Hello,
Perhaps I don't understand indexes but I was wondering how to improve teh
performance of a query on an indexed column that uses MAX().
mysql> explain select max(master_mtime) from redirects where uri_scheme =
'http';
+---+--+-++---
19 matches
Mail list logo