Re: Binary tree

2003-07-04 Thread Jeremy Zawodny
On Thu, Jul 03, 2003 at 10:49:59PM +0200, awarsd wrote: > Hi, > > I think MySQL uses binary tree, but my question is that what happens when we > delete record. Does the binary regenerate itself?? MySQL handles tree (re-)balancing when necessary. Jeremy -- Jeremy D. Zawodny | Perl, Web, MyS

RE: Binary tree

2003-07-03 Thread Dathan Vance Pattishall
Mysql uses a btree+ -->-Original Message- -->From: awarsd [mailto:[EMAIL PROTECTED] -->Sent: Thursday, July 03, 2003 1:50 PM -->To: [EMAIL PROTECTED] -->Subject: Binary tree --> -->Hi, --> -->I think MySQL uses binary tree, but my question is that what happens when -->we -->delete record.