~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/message/resultset.proto

  • Committer: Monty Taylor
  • Date: 2010-09-28 07:45:44 UTC
  • mto: (1799.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1800.
  • Revision ID: mordred@inaugust.com-20100928074544-s3ujnv6s8wro74l2
Added BSD copying file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
package drizzled.message;
2
2
option optimize_for = SPEED;
3
3
 
4
 
option java_package = "org.drizzle.messages";
5
 
option java_outer_classname = "ResultSetMessage";
6
 
 
7
4
import "table.proto";
8
5
import "schema.proto";
9
6