If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > object dependencies in mysql

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-06-06, 00:25
jezemine jezemine is offline
another indirection layer
 
Join Date: May 2004
Location: Seattle
Posts: 1,312
object dependencies in mysql

anyone know if it's possible to get object dependencies in mysql 5.0 in any other way besides parsing the view/proc/function code for table names, etc?

I am hoping there is a table like MSSQL's sysdepends, but haven't found one though.

I have a feeling I'll be reduced to parsing the code to discover this - please tell me I'm wrong here
__________________
elsasoft.org
Reply With Quote
  #2 (permalink)  
Old 12-08-06, 05:43
Yveau01 Yveau01 is offline
Registered User
 
Join Date: Dec 2005
Location: Tilburg, Netherlands
Posts: 73
Sorry ...

I'm sorry to tell you, but as far as I know there is nothing like that in MySQL 5.0. MySQL 5.1.10 has the IFORMATION_SCHEMA.REFERENTIAL_CONSTRAINT table. That's the first step towards someting like sysdepends I guess ...

Gr,
Yveau
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On