Help for this page

Select Code to Download


  1. or download this
    
    $ ./tester -local                                                     
    +                       
    ...
    TestUtil>    
    TestUtil>quit
    
  2. or download this
    $ ./tester -local                                    
    Starting up the test util with network enabled...    
    ...
    TestUtil>ddl create table testa                      
    
    <-it hangs and I have to ctrl+C out
    
  3. or download this
       #!/usr/bin/perl                                                    
    +                 
      use  warnings; 
    ...
       }                                                                  
    +               
       }                                                                  
    +             
    }
    
  4. or download this
    #!/usr/bin/perl                                                       
    +                           
    use warnings;                          
    ...
                                        
    close $session ;                                                      
    +     
    }