Google Mail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
USING BTREE and older MySQL
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Follow-up To:
Add Cc | Add Follow-up to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers that you hear
 
Jivanmukta  
View profile   Translate to Translated (View Original)
 More options 5 Nov, 15:11
Newsgroups: comp.databases.mysql
From: Jivanmukta <jivanmu...@poczta.onet.pl>
Date: Thu, 5 Nov 2009 07:11:00 -0800 (PST)
Subject: USING BTREE and older MySQL
Hello
I created a database in last version of MySQL. I generated script to
create tables (for this database). When I try to import this script
into older version of MySQL (distributed with Fedora 8), I receive
error that USING BTREE command is not understood. Here is sample table
from my database:

DROP TABLE IF EXISTS `estate_types`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `estate_types` (
  `estate_type_id` varchar(5) NOT NULL COMMENT 'Rodzaj nieruchomosci',
  `estate_type_name` varchar(33) NOT NULL COMMENT 'Nazwa rodzaju
nieruchomosci',
  PRIMARY KEY (`estate_type_id`),
  KEY `index_estate_type_name` (`estate_type_name`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=latin2 COMMENT='Rodzaje
nieruchomosci';
/*!40101 SET character_set_client = @saved_cs_client */;

The problem is with USING BTREE.
Question: how to change the syntax to be able to import the script
into older MySQL?
Please help
Thanks in advance.


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Álvaro G. Vicario  
View profile   Translate to Translated (View Original)
 More options 5 Nov, 15:17
Newsgroups: comp.databases.mysql
From: "Álvaro G. Vicario" <alvaro.NOSPAMTH...@demogracia.com.invalid>
Date: Thu, 05 Nov 2009 16:17:14 +0100
Local: Thurs 5 Nov 2009 15:17
Subject: Re: USING BTREE and older MySQL
Jivanmukta escribió:

If you happen to use mysqldump (you don't say) this can be a fix:

http://www.evanscode.com/2009/08/16/quicktip-how-to-resolve-using-btr...

--
-- http://alvaro.es - Álvaro G. Vicario - Burgos, Spain
-- Mi sitio sobre programación web: http://borrame.com
-- Mi web de humor satinado: http://www.demogracia.com
--


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google