Re: MySQL 4.0.1 crashes when updating a field with fulltext index

2002-01-30 Thread Sinisa Milivojevic

Mike Wexler writes:
 Description:
   mysql crashes with the following stack trace:
   0x807db7f handle_segfault__Fi + 383
   0x823d60a pthread_sighandler + 154
   0x8204407 _mi_compare_text + 71
   0x821bb96 _mi_ft_cmp + 158
   0x820bb01 mi_update + 721
   0x80d07ef update_row__9ha_myisamPCcPc + 67
   0x80b0439
   
mysql_update__FP3THDP13st_table_listRt4List1Z4ItemT2P4ItemP8st_orderUl15enum_duplicates13thr_lock_type
   + 2473
   0x8086da7 mysql_execute_command__Fv + 5723
   0x808a222 mysql_parse__FP3THDPcUi + 270
   0x8084e17 dispatch_command__F19enum_server_commandP3THDPcUi +
   1319
   0x808a654 do_command__FP3THD + 88
   0x8084256 handle_one_connection__FPv + 546
 
 When executing:
 
 UPDATE test.user SET realname='bar' WHERE userid='312362'
Hi!

I have tested your case and it worked just fine in 4.0.2.

This was a bug that was reported few weeks ago and fixed meanwhile.


-- 
Regards,
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED]
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, Fulltime Developer
/_/  /_/\_, /___/\___\_\___/   Larnaca, Cyprus
   ___/   www.mysql.com


-
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 PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: MySQL 4.0.1 crashes when updating a field with fulltext index

2002-01-30 Thread Mike Wexler

Thanks. When is 4.0.2 due? I reported it (in less detail) 2 weeks ago, but 
didn't here anything back. So I created a test case, etc.


Sinisa Milivojevic wrote:

 Mike Wexler writes:
 
Description:

  mysql crashes with the following stack trace:
  0x807db7f handle_segfault__Fi + 383
  0x823d60a pthread_sighandler + 154
  0x8204407 _mi_compare_text + 71
  0x821bb96 _mi_ft_cmp + 158
  0x820bb01 mi_update + 721
  0x80d07ef update_row__9ha_myisamPCcPc + 67
  0x80b0439
  
mysql_update__FP3THDP13st_table_listRt4List1Z4ItemT2P4ItemP8st_orderUl15enum_duplicates13thr_lock_type
  + 2473
  0x8086da7 mysql_execute_command__Fv + 5723
  0x808a222 mysql_parse__FP3THDPcUi + 270
  0x8084e17 dispatch_command__F19enum_server_commandP3THDPcUi +
  1319
  0x808a654 do_command__FP3THD + 88
  0x8084256 handle_one_connection__FPv + 546

When executing:

UPDATE test.user SET realname='bar' WHERE userid='312362'

 Hi!
 
 I have tested your case and it worked just fine in 4.0.2.
 
 This was a bug that was reported few weeks ago and fixed meanwhile.
 
 
 



-
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 PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: MySQL 4.0.1 crashes when updating a field with fulltext index

2002-01-30 Thread Sinisa Milivojevic

Mike Wexler writes:
 Thanks. When is 4.0.2 due? I reported it (in less detail) 2 weeks ago, but 
 didn't here anything back. So I created a test case, etc.
 


Should be soon. We have few more features to finish and  test. 

-- 
Regards,
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED]
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, Fulltime Developer
/_/  /_/\_, /___/\___\_\___/   Larnaca, Cyprus
   ___/   www.mysql.com


-
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 PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: MySQL 4.0.1 crashes when updating a field with fulltext index

2002-01-30 Thread Mike Wexler

Which features are planned, but not implemented for 4.0.2?

I assume they are featured either listed at 
http://www.mysql.com/doc/N/u/Nutshell_Future_features.html or are very small 
features, right?

When are the new, text .frm files going to be introduced?


Sinisa Milivojevic wrote:

 Mike Wexler writes:
 
Thanks. When is 4.0.2 due? I reported it (in less detail) 2 weeks ago, but 
didn't here anything back. So I created a test case, etc.


 
 
 Should be soon. We have few more features to finish and  test. 
 
 



-
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 PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: MySQL 4.0.1 crashes when updating a field with fulltext index

2002-01-29 Thread Sasha Pachev

On Tuesday 29 January 2002 08:44 pm, Mike Wexler wrote:
 Description:
 mysql crashes with the following stack trace:
 0x807db7f handle_segfault__Fi + 383
 0x823d60a pthread_sighandler + 154
 0x8204407 _mi_compare_text + 71
 0x821bb96 _mi_ft_cmp + 158
 0x820bb01 mi_update + 721
 0x80d07ef update_row__9ha_myisamPCcPc + 67
 0x80b0439
 
mysql_update__FP3THDP13st_table_listRt4List1Z4ItemT2P4ItemP8st_orderUl15enum_duplicates13thr_lock_type
 + 2473
 0x8086da7 mysql_execute_command__Fv + 5723
 0x808a222 mysql_parse__FP3THDPcUi + 270
 0x8084e17 dispatch_command__F19enum_server_commandP3THDPcUi +
 1319
 0x808a654 do_command__FP3THD + 88
 0x8084256 handle_one_connection__FPv + 546

Mike:

Thanks for a good bug report. I have forwarded the message to Sergei - he 
should be contacting you shortly for more info if he needs it...

-- 
MySQL Development Team
For technical support contracts, visit https://order.mysql.com/
   __  ___ ___   __ 
  /  |/  /_ __/ __/ __ \/ /   Sasha Pachev [EMAIL PROTECTED]
 / /|_/ / // /\ \/ /_/ / /__  MySQL AB, http://www.mysql.com/
/_/  /_/\_, /___/\___\_\___/  Provo, Utah, USA
   ___/  

-
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 PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php