mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 17:14:30 +02:00
Applying Innodb Plugin 1.0.5 snapshot, part 14
Sync the storage/innodb_plugin/mysql-test directory with Innodb_plugin-1.0.5/mysql-test directory Update the README file
This commit is contained in:
parent
ef68a99aa2
commit
95e3b85435
19 changed files with 305 additions and 3 deletions
8
storage/innodb_plugin/revert_gen.sh
Executable file
8
storage/innodb_plugin/revert_gen.sh
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
#
|
||||
# revert changes to all generated files. this is useful in some situations
|
||||
# when merging changes between branches.
|
||||
|
||||
set -eu
|
||||
|
||||
svn revert include/pars0grm.h pars/pars0grm.h pars/lexyy.c pars/pars0grm.c
|
||||
Loading…
Add table
Add a link
Reference in a new issue