mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
95e3b85435
Sync the storage/innodb_plugin/mysql-test directory with Innodb_plugin-1.0.5/mysql-test directory Update the README file
8 lines
215 B
Bash
Executable file
8 lines
215 B
Bash
Executable file
#!/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
|