diff options
author | brian@zim.(none) <> | 2005-04-26 18:19:54 -0700 |
---|---|---|
committer | brian@zim.(none) <> | 2005-04-26 18:19:54 -0700 |
commit | 2a7c71e309337588b3815ea7ff1fe20d734d50d9 (patch) | |
tree | df9016f3d70b4657f89dcddca2ec4e188fc7fbdf /storage/innobase/include/os0proc.ic | |
parent | 8e0eb65f9aaa3dc5a4f713988e58190b82466cde (diff) | |
download | mariadb-git-2a7c71e309337588b3815ea7ff1fe20d734d50d9.tar.gz |
Changes to create storage directory for storage engines.
Diffstat (limited to 'storage/innobase/include/os0proc.ic')
-rw-r--r-- | storage/innobase/include/os0proc.ic | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/storage/innobase/include/os0proc.ic b/storage/innobase/include/os0proc.ic new file mode 100644 index 00000000000..651ba1f17e3 --- /dev/null +++ b/storage/innobase/include/os0proc.ic @@ -0,0 +1,10 @@ +/****************************************************** +The interface to the operating system +process control primitives + +(c) 1995 Innobase Oy + +Created 9/30/1995 Heikki Tuuri +*******************************************************/ + + |