Re: MySQL 4.1.1a-alpha/Win32 crash

2004-05-09 Thread Mark Matthews
l-4.1.1a-alpha\innobase\row\row0sel.c line 1972 > InnoDB: Failing assertion: field->prefix_len > 0 > InnoDB: We intentionally generate a memory trap. > InnoDB: Send a detailed bug report to [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>. > InnoDB: Thread 2952 stopped in fi

MySQL 4.1.1a-alpha/Win32 crash

2004-05-09 Thread Michael Berg
7;  socket: ''  port: 3306InnoDB: Error: stored ref len is 268, but table ref len is 780040509 19:52:23InnoDB: Assertion failure in thread 2768 in file C:\411a\build\mysql-4.1.1a-alpha\innobase\row\row0sel.c line 1972InnoDB: Failing assertion: field->prefix_len > 0InnoDB: We intent

Re: Subselect in aggregate function in MySQL 4.1.1a-alpha

2004-02-21 Thread Bernhard Döbler
rning multiple rows in only one col to an aggregate function. Thanks and bye, Bernhard - Original Message - From: "Victoria Reznichenko" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 19, 2004 2:34 PM Subject: Re: Subselect in aggregate function in My

Re: Subselect in aggregate function in MySQL 4.1.1a-alpha

2004-02-19 Thread Victoria Reznichenko
[EMAIL PROTECTED] wrote: > > Hi, > > I have some logging data from a webserver in a table and want to do some > analysis. > I infact want to see how many files are requested at one time. > To do this I > SELECT COUNT(time) anz FROM table GROUP BY time ORDER BY anz DESC > This gives me the number

Subselect in aggregate function in MySQL 4.1.1a-alpha

2004-02-19 Thread programmer
Hi, I have some logging data from a webserver in a table and want to do some analysis. I infact want to see how many files are requested at one time. To do this I SELECT COUNT(time) anz FROM table GROUP BY time ORDER BY anz DESC This gives me the number of requests at any time. I now want to see

Re: Mysql 4.1.1a

2004-01-13 Thread Tobias Asplund
On Mon, 12 Jan 2004, Viktor wrote: > Hello mysql, > > Table-level privileges do not work at all... (on Windows) Works fine for me: 4.1.1a-alpha-max-nt:tmp >GRANT SELECT ON tmp.tmp TO [EMAIL PROTECTED] IDENTIFIED BY 'aaa'; Query OK, 0 rows affected (0.18 sec) 4.1.1a-alpha-max-nt:tmp >\q Bye

Mysql 4.1.1a

2004-01-12 Thread Viktor
Hello mysql, Table-level privileges do not work at all... (on Windows) -- Best regards, Viktor mailto:[EMAIL PROTECTED] -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]