~mdcallag/+junk/5.1-map

« back to all changes in this revision

Viewing changes to storage/ndb/src/kernel/blocks/dbdict/Dbdict.hpp

  • Committer: msvensson at pilot
  • Date: 2007-04-24 09:11:45 UTC
  • mfrom: (2469.1.106)
  • Revision ID: sp1r-msvensson@pilot.blaudden-20070424091145-10463
Merge pilot.blaudden:/home/msvensson/mysql/my51-m-mysql_upgrade
into  pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint

Show diffs side-by-side

added added

removed removed

Lines of Context:
375
375
 
376
376
    Uint32 fragmentCount;
377
377
    Uint32 m_tablespace_id;
 
378
 
 
379
    /*
 
380
     * Access rights to table during single user mode
 
381
     */
 
382
    Uint8 singleUserMode;
378
383
  };
379
384
 
380
385
  typedef Ptr<TableRecord> TableRecordPtr;
2555
2560
  void restartCreateTab_dihComplete(Signal* signal, Uint32 callback, Uint32);
2556
2561
  void restartCreateTab_activateComplete(Signal*, Uint32 callback, Uint32);
2557
2562
 
2558
 
  void restartDropTab(Signal* signal, Uint32 tableId);
 
2563
  void restartDropTab(Signal* signal, Uint32 tableId,
 
2564
                      const SchemaFile::TableEntry *, 
 
2565
                      const SchemaFile::TableEntry *);
2559
2566
  void restartDropTab_complete(Signal*, Uint32 callback, Uint32);
2560
2567
  
2561
2568
  void restart_checkSchemaStatusComplete(Signal*, Uint32 callback, Uint32);
2649
2656
  void send_drop_fg(Signal*, SchemaOp*, DropFilegroupImplReq::RequestInfo);
2650
2657
 
2651
2658
  void drop_undofile_prepare_start(Signal* signal, SchemaOp*);
 
2659
 
 
2660
  int checkSingleUserMode(Uint32 senderRef);
2652
2661
};
2653
2662
 
2654
2663
inline bool