~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/os/os0file.cc

  • Committer: Lee Bieber
  • Date: 2011-02-07 22:30:24 UTC
  • mfrom: (2148.2.3 build)
  • Revision ID: kalebral@gmail.com-20110207223024-7hqh6s9rt4q3g6gi
Merge Andrew - 713347: Cartesian joins actually work
Merge Vijay - write encapsulated join_read_system() function name to abide to coding standards
Merge Patrick - 713802: dbqp needs to fix port management 

Show diffs side-by-side

added added

removed removed

Lines of Context:
662
662
                if (errno == EAGAIN || errno == EACCES) {
663
663
                        fprintf(stderr,
664
664
                                "InnoDB: Check that you do not already have"
665
 
                                " another mysqld process\n"
 
665
                                " another drizzled process\n"
666
666
                                "InnoDB: using the same InnoDB data"
667
667
                                " or log files.\n");
668
668
                }